On Tue, Sep 05, 2006 at 03:23:31PM +0300, Mart Pirita wrote: > So, I tested with the latest version and seems the "all in one line" works: > acl greylist default delay 15m code "421" ecode "4.3.2" msg "example mesg" Cool, your problem is fixed. > Every rule in seperate line: > acl greylist default delay 15m > acl greylist default code "421" ecode "4.3.2" > acl greylist default ecode "4.3.2" msg "example mesg" > > > Doesn't work, as the hardcoded values will be used. Of course it won't. ACL walking stops on first match. So here we end up matching "acl greylist default delay 15m", which uses the default hardcoded value. -- Emmanuel Dreyfus manu@...
Message
Re: [milter-greylist] Re: Changing return msg, code and ecode
2006-09-05 by Emmanuel Dreyfus