Nice way, Stephen.
I'll think about that.

Thank you.

----- Mensagem original -----
De: "Stephen Satchell" <l...@satchell.net>
Para: "Alfredo Saldanha" <asalda...@infolink.com.br>, "postfix-users" 
<postfix-users@postfix.org>
Enviadas: Sexta-feira, 11 de março de 2016 14:11:11
Assunto: Re: Milter not to all messages

On 03/11/2016 06:48 AM, Alfredo Saldanha wrote: 
> Is there some way to use milter check in a type of conditional ? 
> In my situation here, it can not be mandatory to each message. 
> I'm asking this because some users here want to receive all messages without 
> Spam verification. 

When I was running mail servers for a medium-sized web hosting company, 
I ran into the same problem: some customers did not want spam filtering 
on all mailboxes in their domains, or on particular mailboxes in their 
domain. 

So I had an exception list, and my milter would query the exception list 
so that the exceptions could be short-circuited. Easy to do in Perl; 
equally easy to do in Python. 

I had also coded a global exception for "postmaster", so that the mail 
service would be RFC compliant. (I had considered also making a global 
exception for "hostmaster" but decided against it. Not many of our 
customers defined this role account for their domain.) 

Customer didn't want "postmaster"? We would redirect it to the support 
postmaster mail account. Simple. 

Reply via email to