https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6084
--- Comment #7 from Mark Martinec <[email protected]> 2009-12-04 08:59:57 UTC --- This is the rule in question: header HELO_LOCALHOST X-Spam-Relays-External =~ /^[^\]]+ helo=localhost /i Seems to me we were barking up the wrong tree. The issue is not about whether an *internal* mailer may or may not present itself in HELO as a 'localhost'. The rule checks the first *external* hop, and if it hit on a supposedly internal host, that means the trusted_networks and internal_networks were misconfigured. > Received: from localhost (unknown [192.168.0.55]) > by mx1.boxerco.com.ionspam.net (Postfix) with ESMTP id 0E056106584A > for <[email protected]>; Thu, 12 Mar 2009 13:43:18 -0400 (EDT) Looks like you are missing the: trusted_networks 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 internal_networks 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
