Bug 5708 - EXTRA_MPART_TYPE hates RFC 2387
Summary: EXTRA_MPART_TYPE hates RFC 2387
Status: RESOLVED WONTFIX
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Rules (show other bugs)
Version: 3.2.3
Hardware: All All
: P5 normal
Target Milestone: Undefined
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-30 13:50 UTC by Jason Woofenden
Modified: 2019-06-19 15:58 UTC (History)
1 user (show)



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Woofenden 2007-10-30 13:50:51 UTC
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
Comment 1 Henrik Krohns 2019-06-19 15:58:45 UTC
Closing old bug, EXTRA_MPART_TYPE does not exist anymore.