On Mon, Oct 09, 2006 at 11:24:48AM +0300, Mart Pirita wrote: > > acl greylist rcpt /@baddomain\.com$/ delay 3h autowhite 3h > > acl greylist rcpt /@gooddomain\.com$/ delay 15m autowhite 12h > Great. But what about the custom error code and message? Now the > default acl is after these two rules: Add them at the end of the lines. > Or should I just use: > acl greylist default code "451" ecode "4.7.1" msg "greylisted" > acl greylist default delay 15m If you do that, the irst default acl match anything and the second will never be tested. -- Emmanuel Dreyfus manu@...
Message
Re: [milter-greylist] Rules per virtual domain name based?
2006-10-09 by Emmanuel Dreyfus