http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5344





------- Additional Comments From [EMAIL PROTECTED]  2007-03-06 09:08 -------
(In reply to comment #9)
> Ooh, that opens a can of worms. Once you stop allowing the operating system to
> convert newlines to a canonical form by reading in ASCII mode, you become
> responsible for dealing with all possible variations in newline characters in
> the different OSs.

Yeah.  I'm thinking a couple of things about this.  Namely:

a) we need binmode there

b) from the DKIM ticket (I forget the # right now), there was talk about
replacing our use of \r\n with \012\010.

c) based on the sample messages, it appears that our \r\n is being replaced with
\r\r\n, because perl in Windows is probably trying to be nice and replaces "\n"
with "\r\n".  therefore, (b) above should solve this, I'm pretty sure.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to