Tere. > > Use regexps: > > 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: acl greylist default delay 30m code "451" ecode "4.7.1" msg "greylisted" Does it mean, that also these regexps acl will use these codes or not? Or should I just use: acl greylist default code "451" ecode "4.7.1" msg "greylisted" acl greylist default delay 15m Or: acl greylist default code "451" ecode "4.7.1" msg "greylisted" greylist 15m > The timeout cannot be set on a per-ACL basis. > > Ok. -- Mart
Message
Re: [milter-greylist] Rules per virtual domain name based?
2006-10-09 by Mart Pirita