Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Message

Re: [milter-greylist] Rules per virtual domain name based?

2006-10-09 by Mart Pirita

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

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.