Matt Tencati writes:
> We receive lots of SPAM that is addressed to several users at our site some of which 
> are
> old and basically spam traps.  I'd like for that message to be tagged as spam for all
> users not just for the spamtrap delivered email.
> 
> Does this make sense and if so is anyone else doing it this way?  I'd think that 
> setting
> up a Header To rule should be easy enough.  I also may not be clear on the correct 
> setup
> for spamtrap addresses.

>
To my knowledge, there is no "blacklist_to" rule in the release code.  Here
is one we use:


header LOCAL_BLACKLIST_TO       ToCc =~ /(?:user1|user2)[EMAIL PROTECTED]/i
describe LOCAL_BLACKLIST_TO     To: or Cc: sent to blacklisted user
score LOCAL_BLACKLIST_TO        4.0


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to