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 2009/09/04 19:32:09 UTC

[Bug 6194] New: mis-parse of Received header token "([unix socket])"

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: dev@spamassassin.apache.org
        ReportedBy: stepheng+apache@gildea.com


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.

[Bug 6194] mis-parse of Received header token "([unix socket])"

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6194


Karsten Bräckelmann <gu...@rudersport.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |guenther@rudersport.de
         Resolution|                            |DUPLICATE




--- Comment #1 from Karsten Bräckelmann <gu...@rudersport.de>  2009-09-07 03:49:00 PST ---
Already reported.

*** This bug has been marked as a duplicate of bug 5495 ***

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.