http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5110
------- Additional Comments From [EMAIL PROTECTED] 2006-09-27 14:09 ------- I don't understand why there's a check for zero or one matches on 'multipart' either in the RE for this rule. It seems to me that (?:\s*multipart\/)? will match any input (and testing the RE confirms that). Is this perhaps a typo for excluding multiparts, or something else ? May I suggest this rule for trial which excludes only multipart/related: m/^\s*\b(?!multipart\/related\b).* type=/i or perhaps this looser one which excludes all multiparts: m/^\s*\b(?!multipart\/).* type=/i ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
