On Tue, July 7, 2009 00:58, info-spamassassin-t...@cs.utexas.edu wrote:

> body  __PHISH1        /^Password\b/i
> body  __PHISH0        /^Username\b/i
> meta    PHISH         __PHISH1 && __PHISH0
>
> But the rule does not hit unless I remove the '^' from the above regex.
> What am I missing?

replace ^ with \b

/i case is not important so you can also have lowercase U and P :)

-- 
xpoint

Reply via email to