Hello all,

I would like to exempt a user from spamassassin check, and my best
attempt is:

(within acl_smtp_data - acl_check_content)
  
  deny  message = Rejected.
  spam = nobody:true
  condition = ${if [EMAIL PROTECTED]
  condition = ${if >{$spam_score_int}{59}{1}{0}}

However, this won't cater for cases where there are multiple
recipients, e.g. To: [EMAIL PROTECTED], [EMAIL PROTECTED], ... Is there a way
of singling out and accepting delivery to NAME, while rejecting to
BOB, et al?

Any help much appreciated,

Many thanks in advance,

Daniel

-- 
--|-------| Daniel Parry: CARET [EMAIL PROTECTED] |-------|--
"It's taken me all my life to learn what not to play."
 [Dizzy Gillespie]
------------------------------------------------------------------

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to