On Wed, 16 Aug 2000, Dennis Taylor wrote:
> I want to search for '$' in the subject line, but I can't seem to get the
> syntax. The obvious choice, '\$' doesn't work. Any help?
if $h_subject: contains \$ then ...
OR
if $h_subject: contains "\\$" then ...
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.