https://bz.apache.org/SpamAssassin/show_bug.cgi?id=6260

--- Comment #9 from Kent Oyer <k...@mxguardian.net> ---
.txt attachments can be handled by ExtractText.pm:

    ifplugin Mail::SpamAssassin::Plugin::ExtractText

        extracttext_external  cat  /usr/bin/cat {}
        extracttext_use       cat  .txt

    endif

However this strategy doesn't work for HTML attachments because ExtractText
only provides the rendered body text and not the decoded (un-rendered) body
text that is needed to match HTML markup using rawbody rules. 

Thank you for considering this patch.

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

Reply via email to