On Mon, 2010-08-16 at 04:00 -0700, Mynabbler wrote:
> I think everybody and their dog made a ruleset regarding 'your email address
> has won'. Something like:
> 
>
> How do you make the second argument optional? So it also hits 'your email
> has won'?
>
One way is to use a meta:

body _MN_YR1      /\bYour (email|e-mail)\b/
body _MN_YR2      /\b(address|account)\b/
body _MN_YR3      /\b(has won|just won you)\b/
meta MN_YEAHRIGHT (_MN_YR1&&_MN_YR2&&_MN_YR3) || (_MN_YR1&&_MN_YR3)


Martin


Reply via email to