You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2005/06/01 06:32:33 UTC

[Bug 4363] ActivePerl compatibility

http://bugzilla.spamassassin.org/show_bug.cgi?id=4363





------- Additional Comments From jm@jmason.org  2005-05-31 21:32 -------
ok, r179354 includes the binmode() fix.  however, the other half, the
PerMsgStatus changes, is trickier.

this is because we have documented the report() APIs on that object as returning
report texts with \n as the newline separator, not \r\n.   we should possibly
change rewrite() to rewrite the message using whatever the correct newline
separator is (based on the message string itself, not on the current platform!)
-- but doing that fully, while avoiding adding \r\n to the text returned via
get_report(), is the hard part.



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