https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5878
Tony Finch <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
--- Comment #3 from Tony Finch <[EMAIL PROTECTED]> 2008-10-27 05:40:24 PST ---
My site has encountered a false positive because of this bug.
(Aside: I am not sure if bug#5767 is related or not - it is not reproducible.)
I don't think the problem here is IPV4_ADDRESS, but rather the way that
check_for_numeric_helo() uses it. The code uses $rcvd =~
/helo=($IP_ADDRESS)\b/i but \b matches dots inside hostnames not the ends of
hostnames. It should be a space instead.
Patch attached.
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.