On Wed, 29 Sep 2004, Remy Card wrote: > The patch against milter-greylist 1.5.8 is enclosed. Comments are > welcome! I've implemented a patch which is even more specific (and flexible, for ISP use): You can regex on sender + recipient pair. For example a user who wants everything _except specific senders_ to be greylisted. So you can regex either: rcpt /user@.../ or rcpt /grandma@...,user@.../ In the former example, user@... would not greylist anything, everyone would get through without grelisting. In the latter example, only grandma@... is whitelisted, everyone else sending mail to user@... would be greylisted. Regex works on both sender or receiver in the rcpt clause. This is the way we've implemented it on our ISP, to accomodate user's individual whitelists. In most cases users want greylisting except for specific senders. -Dan
Message
Re: [milter-greylist] Patch to milter-greylist - adds norcpt keyword
2004-09-30 by Dan Hollis
Attachments
- No local attachments were found for this message.