On Fri, 10 May 2002, Skye Poier wrote:
> if $header_subject: contains "THISisSPxM" or
just a small remark: if you use the keyword "contains", it will be
case insensitive (so you don't need to capitalize and stuff in the
strings). otoh, if you want ase-sensitive match, you'll need to use
"CONTAINS" instead (that is, same keyword all upcase),
i think the same goes for "matches" and "MATCHES" too, but check that
before taking this granted.