manu@... wrote:
> Steven Stern <subscribed-lists@...> wrote:
>
>
>>milter-greylist is run with the -T option.
>
>
> -T is discouraged now, it's only there for backward compatibility.
>
>
>>Can I run it without -T (i.e., in normal mode) with something like
>>
>>acl whitelist rcpt *@...
>>acl greylist rcpt name@...
>
>
> milter-greylist ACL work on a first-match win basis. So you want to
> write something like this:
>
> acl greylist rcpt name@...
> acl whitelist rcpt default
>
>
When I tried that without the -T option, it started greylisting all
incoming mail.
--
SteveMessage
Re: [milter-greylist] Greylist as opt-in
2005-05-21 by Steven Stern