I want to set up a High-scoring rule for mail that looks like this :(

 Date: Thu, 10 Feb 2005 17:53:31 +0200
 From: Morris Price <[EMAIL PROTECTED]>
 Subject: Is your daughter a a sick person
 To: Katydid <[EMAIL PROTECTED]>


I'm not in the To: list (the To: is a nonexistent address but that's beside
the point here). I'm not in the Cc: list (there are no Cc's). The From is not
on my whitelist.  Obviously my address is buried in the Bcc:s somewhere.

I want to bump the score if neither the To: nor the Cc: field contains my
address.

I'm guessing I want something like this:

  header __NOT_TO_ME  To !~ /[EMAIL PROTECTED]/
  header __NOT_CC_ME  Cc !~ /vlb~cfcl.com/
  meta   NOT_FOR_ME  ( __NOT_TO_ME && __NOT_CC_ME )
  score NOT_FOR_ME 10

Or should I just try this?

  header   NOT_FOR_ME  ToCc !~ /([EMAIL PROTECTED]/

I can play with possibilities but I'd love a recommendation from someone who
has working code!
-- 
Vicki Brown     ZZZ                Journeyman Sourceror:
SF Bay Area, CA    zz  |\     _,,,---,,_      Scripts & Philtres
http://www.cfcl.com zz /,`.-'`'    -.  ;-;;,_Code, Doc, Process, QA
http://cfcl.com/vlb   |,4-  ) )-,_. ,\ ( `'-'Perl, Unix, Mac OS X, WWW
____________________ '---''(_/--'  `-'\_)  ___________________________

Reply via email to