Joe Laffey wrote  on Tuesday, October 21, 2003 11:31 PM [GMT+4]:

> I see a message with no body has made it into one of my users'
...
> This is choking me client's pop client.
...
> Thoughts?

Known bug in Outlook (Express), probably corrected in the latest Windows
versions. I'm using this ugly hack for courierpop3d during a year or more
and have not any complaints from users.

--- ./courier/imap/pop3dserver.c.orig   Wed Jul  3 00:02:36 2002
+++ ./courier/imap/pop3dserver.cFri Sep  6 20:22:14 2002
@@ -348,7 +348,7 @@
                ++*cntr;
        }
        if (lastc != '\n')      printf("\r\n");
-       printf(".\r\n");
+       printf("\r\n.\r\n");
        fflush(stdout);
        fclose(f);
        if (lptr)       return;

Patch was made for version 0.39 so line numbers must be wrong.

-- 
Alexei.



-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to