This time a really small one. I just wondered why there were some scrambled lines in my maillog using dbmail cvs head...

Bye...Frank
diff -u -r1.90 imap4.c
--- imap4.c     2004/12/10 19:16:56     1.90
+++ imap4.c     2005/01/04 00:02:23
@@ -415,9 +415,9 @@

        /* cleanup */
        ci_write(session->ci->tx, "%s OK completed\r\n", session->tag);
+       trace(TRACE_MESSAGE, "IMAPClientHandler(): Closing connection for client from IP [%s]\n", session->ci->ip);        ci_cleanup(session->ci);
        dbmail_imap_session_delete(session);
-       trace(TRACE_MESSAGE, "IMAPClientHandler(): Closing connection for client from IP [%s]\n", session->ci->ip);
        __debug_dumpallocs();

Reply via email to