Re: [xmail] XMail 1.26-Pre05 prepends a white char to original header lines

2009-02-09 Thread Bart Mortelmans
Hi, I think there still is a problem somewhere. An other destination mailserver responds with this (not sure what they're running): 550 Requested action not taken: Nonstandard SMTP line terminator. It seems there still is a wrong linefeed in there? Again: tested without any filters. I hope

Re: [xmail] XMail 1.26-Pre05 prepends a white char to original header lines

2009-02-09 Thread Bart Mortelmans
Hi, I've been using tcpdump -X -q -s 2048 host XXX.XXX.XXX.XXX to check out what might be going on. I'm rather sure that the second linebreak to make the empty line between the headers and the body consists only of a LF, no CR. In Hex I'm seeing 0d0a0a instead of the expected 0d0a0d0a. I

Re: [xmail] XMail 1.26-Pre05 prepends a white char to original header lines

2009-02-09 Thread Davide Libenzi
On Mon, 9 Feb 2009, Bart Mortelmans wrote: Hi, I've been usingĀ  tcpdump -X -q -s 2048 host XXX.XXX.XXX.XXX to check out what might be going on. I'm rather sure that the second linebreak to make the empty line between the headers and the body consists only of a LF, no CR. In Hex I'm

[xmail] XMail 1.26-Pre05 prepends a white char to original header lines

2009-02-08 Thread Bart Mortelmans
Hi, When using XMail 1.26-Pre05 with redirect in the mailproc.tab to forward mails, the header lines that where in the e-mail before delivery at XMailserver, seem to be prepended with something that very much looks like a white space. At least that's what it looks like when delivered to an

Re: [xmail] XMail 1.26-Pre05 prepends a white char to original header lines

2009-02-08 Thread Davide Libenzi
On Sun, 8 Feb 2009, Bart Mortelmans wrote: Hi, When using XMail 1.26-Pre05 with redirect in the mailproc.tab to forward mails, the header lines that where in the e-mail before delivery at XMailserver, seem to be prepended with something that very much looks like a white space. At least

Re: [xmail] XMail 1.26-Pre05 prepends a white char to original header lines

2009-02-08 Thread Bart Mortelmans
Hi Davide, That was quick! :-) I get this response when applying the patch: === patching file SMAILUtils.cpp patch: malformed patch at line 7: } === I didn't continue, because I assume that patch didn't do anything. I've never tried to patch something, so it's a bit new to me. I simply

Re: [xmail] XMail 1.26-Pre05 prepends a white char to original header lines

2009-02-08 Thread Davide Libenzi
On Sun, 8 Feb 2009, Bart Mortelmans wrote: Hi Davide, That was quick! :-) I get this response when applying the patch: === patching file SMAILUtils.cpp patch: malformed patch at line 7: } === OK, lets try as attachment ... - Davide diff --git a/SMAILUtils.cpp