> I wrote the following rule to catch bounces that include my e-mail
> address but a "wrong" name in the From header: (you might want to check
> the archives for some discussion about this)
> 
> body      __NICK_FAKE_BOUNCE_SUB1 /From\:\s.{0,30}\s*<[EMAIL PROTECTED]>/i
> body      __NICK_FAKE_BOUNCE_SUB2 
> /from\:\s(?!(?:"?Nick\sGilbert"?\s)|(?:"?Gilbert\sNick"?\s)<[EMAIL 
> PROTECTED]>)/i

> meta      NICK_FAKE_BOUNCE  (__M8RAM_FAKE_BOUNCE_SUB1 && 
> __M8RAM_FAKE_BOUNCE_SUB2)

shouldn't this be 

meta      NICK_FAKE_BOUNCE  (__NICK_FAKE_BOUNCE_SUB1 && __NICK_FAKE_BOUNCE_SUB2)


> score     NICK_FAKE_BOUNCE  10.0
> describe  NICK_FAKE_BOUNCE  Attached bounce contains my address but I never s
> ent this!

Reply via email to