http://bugzilla.spamassassin.org/show_bug.cgi?id=4363
------- Additional Comments From [EMAIL PROTECTED] 2005-06-01 03:36 -------
In RFC822 newline separator '\r\n' defined for mail headers.
When @pristine_headers generated in binmode() stream all message headers
correct.
And message output print join('', @pristine_headers, "\r\n", ...
work correct.
When You add custom header like
push(@pristine_headers, "X-Spam-$header: $line\n");
in binmode - newline separator not correct for RFC822
For correct work binmode() fixes - You must correct all \n in message headers
to \r\n before print it.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.