Benoit Panizzon <panizzon@...> wrote: > But now I have detected a new Problem: MIMEDefang's recipient check routine > does not work anymore, causing my server to send bounces for the occasional > spam/virus getting through milter-greylist. > > I have no idea if it is being broken by the milter-greylist IP-Whitelisting or > if even auto-whitelisted emails get through without recipient checks. That can't be related. For each stage, each milter is called until one of them rejects or tempfail. Else the stage succeed. If milter-greylist says a mail should go in, that won't prevent another milter to reject it. milter-rcptfilter is an ACL based on recipients, it can help you tossing mail to invalid users, if this is the problem you fixed with MIMEDefang (I'm not sure I understood everything). -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@...
Message
Re: [milter-greylist] Problems with milter-greylist and MIMEDefang Milter
2005-07-25 by manu@netbsd.org