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 2004/09/06 02:00:51 UTC

[Bug 3751] New: content-type header parsing doesn't catch malformed boundaries

http://bugzilla.spamassassin.org/show_bug.cgi?id=3751

           Summary: content-type header parsing doesn't catch malformed
                    boundaries
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Libraries
        AssignedTo: felicity@kluge.net
        ReportedBy: felicity@kluge.net
                CC: dev@spamassassin.apache.org


while debugging bug 3749 I found that we strictly followed rfc 1521 for
content-type/boundary parsing:

Content-Type: multipart/mixed;boundary= "----=_NextPart_000_00CF_35AE65B6.B53B4CCB"

(there's a space between the "=" and the open quote)

that's invalid according to the RFC, and so we deemed it invalid and didn't
catch the boundary.  We really should though.

patch forthcoming



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.