http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4775
Summary: lib/Mail/SpamAssassin/Message/Metadata/Received.pm line
458 error
Product: Spamassassin
Version: 3.1.0
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Libraries
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Hi,
in lib/Mail/SpamAssassin/Message/Metadata/Received.pm
it says in line 458
if (/^from (\S+) \[(${IP_ADDRESS})\](:\d+)? by (\S+) /) {
$rdns= $1; $ip = $2; $helo = $1; $by = $4; goto enough;
}
isn't that supposed to be:
$rdns= $1; $ip = $2; $helo = $3; $by = $4; goto enough;
^
Maybe you could fix that or confirm it's OK?
Greetings...
Stephan
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.