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 2007/10/30 21:50:51 UTC

[Bug 5708] New: EXTRA_MPART_TYPE hates RFC 2387

http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5708

           Summary: EXTRA_MPART_TYPE hates RFC 2387
           Product: Spamassassin
           Version: 3.2.3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Rules
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: jason222@herkamire.com


RFC 2387 (The MIME Multipart/Related Content-type) says is section 3.1 that the
"type" parameter is required for mime-type multipart/related

Spamassassin by default assigns a score of 1.0 if the "type" parameter is set
for any Content-Type: multipart header:

Mail-SpamAssassin-3.2.3/rules/20_head_tests.cf (line 329) has:
     header EXTRA_MPART_TYPE         Content-Type =~ /(?:\s*multipart\/)?.* type=/i
     describe EXTRA_MPART_TYPE       Header has extraneous Content-type:...type=
entry



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.