Re: [exim] How to disable spamassassin scans for outbound me…

Etusivu
Poista viesti
Vastaa
Lähettäjä: Renaud Allard
Päiväys:  
Vastaanottaja: Steve Garcia, exim-users
Kopio: exim-users
Aihe: Re: [exim] How to disable spamassassin scans for outbound messages?
On Thu, 08 Jan 2009 18:03:26 -0800 Steve Garcia <sgarcia@???> wrote

> Eli Sand wrote:
> > Steve wrote:
> >
> >> How would I go about disabling spamassassin scans for outbound
> >> messages?
> >
> > Combine it with the "authenticated" acl test to see if your users have
> > authenticated via SMTP (hopefully you use SMTP auth...).
>
> No, they don't. They authenticate with PAM. They are all local to the
> machine (via ssh), using alpine.
>


In this case, this is even easier, just put
!hosts = localhost :

Before your spamassassin ACL