http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4641
------- Additional Comments From [EMAIL PROTECTED] 2005-10-21 23:27 -------
Looking... we do (although discretely) at Received.pm line 853 in 3.1 and 891 in
3.0:
if (/^from (\S+) \((\S+)\) by (\S+) \(/) {
return; # useless without the $ip anyway!
#$helo = $1; $rdns = $2; $by = $3; goto enough;
}
Running the original message through both 3.1 and 3.0, it correctly uses only
the bottom two received headers. 3.0 automatically trusts the 2nd and un-trusts
the 3rd, while 3.1 doesn't automatically trust either of them.
Jerome, please _attach_ a debug output (spamassassin -D < sample.txt) that
demonstrates your problem to this bug.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.