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

           Summary: HELO_LOCALHOST will FP on jailed postfix in freebsd
           Product: Spamassassin
           Version: 3.2.5
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P3
         Component: Rules
        AssignedTo: [email protected]
        ReportedBy: [email protected]


postfix (bless them) sees the virtual ip assisgned in a jail as 'localhost', so
as it passes email through the system, its 'rdns' sees localhost.

yes, I can set that rule localy to a score of 0, but it means that every email
I send out of a postfix/jailed/freebsd system as at least 4 points against it
just because of this.  ip 192.168.0.55 is the virtual ip that postfix things is
localhost.


full email (notice, no 'helo=localhost', but debug shows it hit:

Received: from mx1.bct.ionspam.net ([204.89.241.173])
        by localhost (mx1.bct.ionspam.net [204.89.241.173]) (SpammerTrap(r)
SME-150, port 10024)
        with LMTP id 3+Iv5UpqLvqW for <[email protected]>;
        Thu, 12 Mar 2009 13:43:18 -0400 (EDT)
Received: from mx1.boxerco.com.ionspam.net (mx1.boxerco.com.ionspam.net
[216.134.223.55])
        (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
        (No client certificate requested)
        by mx1.bct.ionspam.net (Postfix) with ESMTPS id E1F39416B6D
        for <[email protected]>; Thu, 12 Mar 2009 13:43:18 -0400 (EDT)
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)
X-Virus-Scanned: SpammerTrap(r) VPS-250 1.94 at mx1.boxerco.com.ionspam.net
Received: by mx1.boxerco.com.ionspam.net (Postfix, from userid 0)
        id B3B1110658DF; Thu, 12 Mar 2009 13:43:00 -0400 (EDT)
To: [email protected]
Subject: mx1.boxerco.com.ionspam.net rebooted
Message-Id: <[email protected]>
Date: Thu, 12 Mar 2009 13:43:00 -0400 (EDT)
From: [email protected] (vps250)

mx1.boxerco.com.ionspam.net rebooted on 
Thu Mar 12 13:43:00 EDT 2009
$mailfrom_notify_admin='[email protected]';


.. spamassassin -D -L:

[69009] dbg: rules: ran header rule HELO_LOCALHOST ======> got hit: "[
ip=10.71.0.55 rdns= helo=localhost "
[69009] dbg: rules: ran header rule __LAST_UNTRUSTED_RELAY_NO_AUTH ======> got
hit: "[ ip=192.168.0.55 rdns= helo=localhost by=mx1.boxerco.com.ionspam.net
ident= envfrom= intl=0 id=0E056106584A auth= "
[69009] dbg: rules: ran header rule __HELO_NO_DOMAIN ======> got hit: "[
ip=192.168.0.55 rdns= helo=localhost "


-- 
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