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

2004-11-17 Thread Alexei Batyr'
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 them. Most people will probably

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 them. Most people will

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

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

2004-11-16 Thread Julian Mehnle
Mark Constable wrote: On Monday 15 November 2004 08:54, Julian Mehnle wrote: If you are willing to install Courier::Filter (Perl 5.8 required), you can try using this filter module for a while to see whether it catches all the broken messages that you and your users have a problem with:

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 prevent POP

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 (which is, in my

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

2004-11-16 Thread Sam Varshavchik
Mark Constable writes: 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

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

2004-11-15 Thread Alexei Batyr'
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 prevent POP users from downloading their email. This simplest patch (maybe outdated) solved the problem for me long