http://bugzilla.spamassassin.org/show_bug.cgi?id=2896
Summary: Debug code to report unparseable received header is
incorrect
Product: Spamassassin
Version: 2.61
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: spamassassin
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
The code at lines 815 and 822 in the subroutine parse_received_line of
Received.pm is incorrect. The code tests whether the variables $ip and $by are
defined, and if they are not then it prints out a warning message that the
received header could not be parsed. This code will never be invoked because the
$ip and $by variables are initialised to empty strings at the beginning of the
subroutine.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.