On Thursday 05 October 2006 15:16, Beber took the opportunity to say: > Hi, > > I use mailman 2.1 with exim4 and spamassassin as ACL check. > > So, all mail sended to a list localy provided by mailman are spam > scaneed twice. First when mail is received and another time when > mailman the mail to send to recipients. > > I use a mailman config like documeted on exim.org docs. > > How could I avoid that ?
You could add a line early in the DATA ACL saying
accept hosts = : 127.0.0.1
or something. It would stop all scanning of mail from localhost. There are
other possibilities depending on exactly what policy you want.
--
Magnus Holmgren [EMAIL PROTECTED]
(No Cc of list mail needed, thanks)
pgpMrweWBHSIL.pgp
Description: PGP signature
-- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
