On Tue, 3 Feb 2004, Harald Schneider wrote: > I see .. reading incoming DATA (including the header) and passing > control to an extenal thread while buiffers are still receiving > can be tricky. YOu're right. this one should be skipped and filtes > should generally be implemented after each server reply, except data: > > EHLO > --> AFTER_EHLO > MAIL FROM: ... > --> AFTER_MAIL_FROM > RCPT TO: ... > --> AFTER_RCPT_TO > DATA > From: ... > To: ... > .. > .. > .. > > Genrally, filters must not consume more time than a return from > a subroutine, which checks if a filter is plugged in. Filters > should also be able to overwrite XMail's resonses. > > Davide, what do you think about that ?
Honestly, I do not like it becuase I think it does not buy enough to us to balance the intrisic "crappyness" of running external commands at SMTP level. We do have filters, and IMO this should be enough. Repeat me again what this does buy to us ... - Davide - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
