Re: [exim] bypass spamassassin in exim

Page principale
Supprimer ce message
Répondre à ce message
Auteur: John Robinson
Date:  
À: Asghar Ali
CC: Exim Users
Sujet: Re: [exim] bypass spamassassin in exim
On 30/09/2006 05:02, Asghar Ali wrote:
> I want to bypass spamassassin for my outgoing mails in exim. how i can do it
> ?


You could add something like
   accept  hosts         = +relay_from_hosts


and/or
accept authenticated = *

before the call to SpamAssassin in the ACL you run for acl_smtp_data.

Cheers,

John.