On Thu, August 7, 2008 02:39, Magnus Bäck wrote:
> On Thu, August 7, 2008 10:01 am, Jon said:
>
>> On Wed, August 6, 2008 15:23, Nicolas Letellier wrote:
>>
>> > I'm looking for a solution to desactivate antispam solution for a
>> few
>> > recipients.
>
> [...]
>
>> Yes, use the smtpd_restriction_classes...
>>
>> http://www.postfix.org/RESTRICTION_CLASS_README.html
>
> No. Per-recipient content filtering requires multiple Postfix
> instances.
>
> --
> Magnus Bäck
> [EMAIL PROTECTED]
>

Why?  Use the restriction classes to define which FILTER to use via a
pcre or regexp script.  One restriction class calls one script, while
the other class calls another.  Each class calls a different content
filter.  Create two different content filters, one pipes to
spamassassin, while the other does not.

--
Regards,
Jon


Reply via email to