You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2007/08/06 03:14:31 UTC

[Bug 5586] RDNS_NONE has false positives if the MTA doesn't put the hostname in the Received header

http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5586





------- Additional Comments From john@rudd.cc  2007-08-05 18:14 -------

> if (Received =~ /\(CommuniGate Pro SMTP /) {


Thinking more about it, the above line probably should omit the protocol (SMTP), because the same basic 
problem will happen if it's from webmail, etc.  So, a better expression would probably be:

if ( Received =~ /by \S+ \(CommuniGate Pro \S+ [0-9\.c]+\)/ ) {




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.