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





------- Additional Comments From [EMAIL PROTECTED]  2007-04-02 10:02 -------
> 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.

I think a simple check for /^text/ , with exemptions for HTML, text/x-vcard and
text/calendar, would do, alright. 

once we fix that, let's do another rc.



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

Reply via email to