I'm trying to figure out what's the best way to handle multiple messages over the same connection case, since it looks like we may have a problem with.

So first of all the access logging. Should we commit the log at the end of EOM? (and also try in the handler in case EOM wasn't reached)

At the moment I've implemented a logger reset call in RSET and FROM, the problem is that we end up with QUIT ending up as one more entry. E.g. if there were 3 messages, we end up with 4 entries:

[Sun Oct 23 02:29:20 2005] i=127.0.0.1 c=250 l=RSET d=00:00 t=always u= [EMAIL PROTECTED] [EMAIL PROTECTED] s="" z="message queued" [Sun Oct 23 02:29:20 2005] i=127.0.0.1 c=250 l=RSET d=00:00 t=always u= [EMAIL PROTECTED] [EMAIL PROTECTED] s="" z="message queued" [Sun Oct 23 02:29:20 2005] i=127.0.0.1 c=250 l=RSET d=00:00 t=always u= [EMAIL PROTECTED] [EMAIL PROTECTED] s="" z="message queued" [Sun Oct 23 02:29:20 2005] i=127.0.0.1 c=221 l=QUIT d=00:00 t=always u= m= r= s="" z="foo.bar.org Service closing transmission channel"



--
_____________________________________________________________
Stas Bekman mailto:[EMAIL PROTECTED]  http://stason.org/
MailChannels: Assured Messaging(TM) http://mailchannels.com/
The "Practical mod_perl" book       http://modperlbook.org/
http://perl.apache.org/ http://perl.org/ http://logilune.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to