Jean-Paul Natola wrote:
> My goal is to is have one email address bounces@ , which can have a
different
> score threshold than the system- 

Create a file /etc/mail/spamassassin/whitelist.cf that contains this rule:

header TO_BOUNCES       To =~ /bounces\@/i
description TO_BOUNCES  Whitelist mail to bounces mailbox
score TO_BOUNCES        -6

Now messages arriving for bounces start at -6, so they'd need 12 SA 
points to reach your threshold of +6.

If you only want to whitelist [EMAIL PROTECTED], you might want instead 
to use /[EMAIL PROTECTED]/ in the rule above.

Peter


I really hate to be a pain, but how would a add a criteria for the subject
line as well, so that ONLY  messages sent to bounces@  WITH the word
"rejected" will score the -6 

Reply via email to