http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5399
------- Additional Comments From [EMAIL PROTECTED] 2007-04-01 14:46 ------- > why can't we take anything that's > not [EMAIL PROTECTED]/]+/[^/]+$@ and make it 'text/plain' ? I've only tested with ThunderBird, but it only displays as text text/plain text/certain-other-recognized-subtypes text/any-non-recognized-subtype text anything But does not render as text text/certain-recognized-nontext-subtypes randomtypefield/randomsubtypefield totallyrandomgarbage So it looks like we do not want to body scan random garbage, random type with a "/" and a subtype, text/x-vcard, or text/calendar. We do want to process text/html as we alrady do, and we do want to scan text/unrecognizedgarbage and "text anyoldgarbage" the same as text/plain. > keep in mind there are really 4 things in play here: Does #4 make use of the results in #2? Where exactly is the test of the type/subtype that is used in #4? That does seem to be the place to fix this. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
