https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6022





--- Comment #2 from mouss <[email protected]>  2009-01-10 03:21:56 PST ---
IMHO, it is a bug. the regexp does not deal with the various Received formats
that Recevived.pm already handles. I don't think it is reasonable
- to force ISPs to do reverse dns lookup. 
- to force MTA developpers to use "Received: from $helo ..." format


Since code to parse Received headers is already in Received.pm, I suggest using
X-Spam-Relays headers instead of a regexp. for example:

header RCVD_HELO_NAKED X-Spam-Relays-Untrusted =~ /helo=[\d\.]+ /

This may still catch ham if the server didn't include the HELO string in a way
that can be parsed by SA. but if such formats are discovered, they can be
handled in Received.pm. 


-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to