On Mon, Jul 06, 2009 at 09:20:44PM +0900, Kouhei Sutou wrote: > I want to use tarpitting as a condition. That does not make sense for milter-greylist ACL, as a negative result cause ACL processing to stop there. > We can't append another clauses after 'tarpit' clause. Is it > acceptable behavior? I think that what we need here is a new ACL class. I have been thinking about it for a while: We have whitelist, greylist and blacklist, all of them stop ACL evualuation on match. We need a continue ACL, that allows action clause to be fired whithout having to stop ACL evaluation there: racl whitelist addr 127.0.0.0/8 racl whitelist domain example.net racl continue tarpit 65s # if tarpit failed the client is not there anymore racl greylist delay 15m -- Emmanuel Dreyfus manu@...
Message
Re: [milter-greylist] [RFC] implementing taRgrey
2009-07-06 by Emmanuel Dreyfus
Attachments
- No local attachments were found for this message.