SA Bugzilla – Bug 2896
Debug code to report unparseable received header is incorrect
Last modified: 2004-01-13 14:43:40 UTC
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.
Created attachment 1656 [details] Proposed patch for bug #2896
patched separately as part of bug 2787
So this is FIXED?
Ok, I should have read bug 2787 first ;-)
fix applied as part of 2787.