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 -- Emmanuel Dreyfus Le cahier de l'admin BSD 2eme ed. est dans toutes les bonnes librairies http://www.eyrolles.com/Informatique/Livre/9782212114638/livre-bsd.php manu@...
Message
Re: [milter-greylist] Greylist as opt-in
2005-05-21 by manu@netbsd.org