Re: [courier-users] Re: Empty messages halting POP downloads

2004-11-17 Thread Gordon Messmer
Mitch (WebCob) wrote: I don't know if these messages didn't exist when they were at former hosts, or if the bug in the client didn't exist at that point... or if sendmail, exim or other somehow patch their messages... Sendmail/procmail always add a newline to the end of a message, unless the last

RE: [courier-users] Re: Empty messages halting POP downloads

2004-11-17 Thread Mitch (WebCob)
Sam Varshavchik wrote on 17.11.2004 2:33: > Mark Constable writes: > >> On Wednesday 17 November 2004 00:55, Malcolm Weir wrote: >> >>> > ... >>> > - printf(".\r\n"); >>> > + printf("\r\n.\r\n"); ... > > It's a hack. All messages will now have a mysterious blank line > appended to

Re: [courier-users] Re: Empty messages halting POP downloads

2004-11-16 Thread Mark Constable
On Wednesday 17 November 2004 00:55, Malcolm Weir wrote: > > ... > > - printf(".\r\n"); > > + printf("\r\n.\r\n"); > Ah! Thanks, Alexei, I knew I'd seen a patch to add a blank line, > but had mis-remembered it as being a patch to the esmtp side, not > just the POP3 delivery side (whic

RE: [courier-users] Re: Empty messages halting POP downloads

2004-11-16 Thread Malcolm Weir
> -Original Message- > From: Alexei Batyr' > Sent: Monday, November 15, 2004 3:28 AM > Mark Constable wrote on 14.11.2004 16:42: > > > For the last 2 months we've been getting an increasing amount of > > incoming messages with incomplete headers and an empty > message body. > > They p