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

           Summary: RDNS_NONE triggers on r...@localhost
           Product: Spamassassin
           Version: 3.2.5
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Rules
        AssignedTo: [email protected]
        ReportedBy: [email protected]


The Rule RDNS_NONE is triggering on 100% of my ham that I email to a friend at
[email protected].  I have included an example header below

I have replaced my domain with "mydomain.com" and my ip address with
"999.999.999.999"

==============================
Return-Path: <[email protected]>
X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on fuse100
X-Spam-Level: 
X-Spam-Status: No, score=-0.1 required=8.5 tests=RDNS_NONE,SPF_PASS
    autolearn=no version=3.2.5
Received: from  [999.999.999.999] (HELO mydomain.com)
    by smtp-gw138.mailanyone.net with esmtp (MailAnyone incSMTP Exim)
    id f138m939701uh17Yipk65; Fri, 04 Dec 2009 09:15:01 -0600
Received: from mydomain.com (localhost.localdomain [127.0.0.1])
    by mydomain.com (8.13.8/8.13.8) with ESMTP id nB4FE1N2013973
    (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
    for <[email protected]>; Fri, 4 Dec 2009 08:14:02 -0700
Received: (from r...@localhost)
    by mydomain.com (8.13.8/8.13.8/Submit) id nB4FE1P0013958
    for [email protected]; Fri, 4 Dec 2009 08:14:01 -0700
Date: Fri, 4 Dec 2009 08:14:01 -0700
From: root <[email protected]>
Message-Id: <[email protected]>
To: [email protected]
Subject: Test Message

This is a short message.
==============================

I'm not positive but I think the difficulty is with this line:

Received: (from r...@localhost)

I have a fairly standard sendmail configuration.  I have a feeling that
SpamAssassin would prefer to see the above line changed to look something like
this:

Received: from r...@localhost (localhost.localdomain [127.0.0.1])

If there is a way to change this in the sendmail configuration I would like to
learn.

Thanks,

Ed

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