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

           Summary: mis-parse of Received header token "([unix socket])"
           Product: Spamassassin
           Version: 3.2.5
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Libraries
        AssignedTo: [email protected]
        ReportedBy: [email protected]


SpamAssassin can't parse the following header, because it wants an IP
address inside the ([...]), and "unix socket" confuses it.  The
confusion causes the received trust chain to be broken.

Received: from hathor.gsd.harvard.edu ([unix socket])
         by hathor (Cyrus v2.3.7) with LMTPA;
         Fri, 15 May 2009 20:32:11 -0400

Yes, the literal words "unix socket" appear in the header where you
would expect an IP address.  Replacing that text with "127.0.0.1"
would work.

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