On Thu, Apr 10, 2008 at 08:52:08AM +0200, Ondrej Valousek wrote: > > with an rfc2822.From header field address that is subscribed to the... > But that is a data stage, isn't it? > You can not do anything at the data stage but plain accept or hard fail. Well, this is just a limitation in milter-greylist: you could do greylisting at DATA stage, but you would loose the abilitiy to treat multiple recipients differently. And you would have to decide what to do with the following scenario: First attempt: IP from A,B to D -> tempfail, (IP, A, D) and (IP, B, D) are added to the greylist Second attempt: IP from B,C to D -> you should let B get through, but you should reject C ... -- Emmanuel Dreyfus manu@...
Message
Re: [milter-greylist] whitelist query into mailing list database
2008-04-10 by Emmanuel Dreyfus