On 24/07/06, Daniel Parry <[EMAIL PROTECTED]> wrote:
> 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?
http://www.exim.org/eximwiki/ExiscanExamples#head-962411f515d3c420ace6c0672cd70e91224f4355
--
Peter Bowyer
Email: [EMAIL PROTECTED]
--
## 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/