On Thu, Dec 01, 2005 at 01:24:21PM -0600, Steve Ladendorf wrote: > I have been using Milter-Greylist for about 3 years now and have never had > a problem - until today that is.. Wow, you started using it 15 months before I wrote version 1.0! (snip) > anyone else seen this > happen with multiple recipient messages and is there a way around it? You can delay milter-greylist decision until the DATA stage, which is not recipient-specific: the delayedreject option does that for messages from <>, but you can patch the milter to do it for all messages. > We > also noticed that some emails are processed out of order. One message we > traced went through milter-sender and then through the greylist. Aren't > milters supposed to be processed in order? the logic is roughly the following: for stage in (connect, hello, from, rcpt, data, eom) for milter in (configured milters) call handler $stage of $milter So milter execution is interleaved. -- Emmanuel Dreyfus manu@...
Message
Re: [milter-greylist] Multiple recipients a problem?
2005-12-01 by Emmanuel Dreyfus
Attachments
- No local attachments were found for this message.