Re: [exim] $spam_score_int set during sender verification?

Top Page
Delete this message
Reply to this message
Author: Marc Sherman
Date:  
To: exim-users
Subject: Re: [exim] $spam_score_int set during sender verification?
Martijn Grendelman wrote:
> Hi,
>
>> There's a better way to do it without collateral spam described in a
>> guide somewhere, but what you have is working for you so .. yeah.
>
> Well, I could just blackhole the message, of course.


The best implementation is to defer recipients in the ACL that don't
have matching spam filter prefs to those already accepted. So for each
unique spam preference profile, you'll have a distinct message, and can
accept or reject at SMTP time uniformly.

- Marc