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





------- Additional Comments From [EMAIL PROTECTED]  2006-11-12 21:14 -------
I tried the really simple test case of the mail being in all DOS format
newlines. DKIM_VERIFIER fails there too. So there is nothing about the header
and body newlines being different involved here.

I see the bug. In DKIM.pm, the return from get_pristine_header is split up into
an array of lines using split(/\n/s, $header)

When the line endings are \r\n that produces an extra array element at the end
consisting of the string '\r'. This will fail whenever the line separator in the
header is '\r\n', even when the entire message uses RFC2822 newlines.




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

Reply via email to