https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6439
Summary: Extend the meaning of "textual parts" like MUAs handle
it
Product: Spamassassin
Version: 3.2.5
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Libraries
AssignedTo: [email protected]
ReportedBy: [email protected]
"[...] is the textual parts of the message body; any non-text MIME
parts are stripped [...]" -- M::SA::Conf
The MUA happily will show the attached text based on the file name extension,
but the bloody Content-Type prevents SA from treating it as a textual part of
the message.
Content-Type: application/octet-stream; name="foo.txt"
SA should treat the attached text just like any other textual part with a
correct MIME Content-Type set, render it, use it for rules and Bayes, just like
an MUA.
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.