Bug 7454 - unknown encoding type 'utf-8' in Node.pm
Summary: unknown encoding type 'utf-8' in Node.pm
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Libraries (show other bugs)
Version: 3.4 SVN branch
Hardware: PC Windows NT
: P2 normal
Target Milestone: Undefined
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-09 21:16 UTC by Kevin A. McGrail
Modified: 2018-08-28 04:34 UTC (History)
1 user (show)



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin A. McGrail 2017-08-09 21:16:45 UTC
Off-list: I compiled and installed the spamassassin-3.4.2 from svn last night
and are now receiving the following:

May 18 05:39:39 mail02 amavis[11059]: (11059-08) _WARN: rules: failed
to run LOC_OLEMACRO_ZIP_PW test, skipping:\n\t(message: unknown
encoding type 'ISO-8859-1' in RFC2047 header at
/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Message/Node.pm line
779.\n)
May 18 06:20:19 mail03 amavis[28035]: (28035-05) _WARN: rules: failed
to run LOC_OLEMACRO test, skipping:\n\t(message: unknown encoding type
'UTF-8' in RFC2047 header at
/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Message/Node.pm line
779.\n)

The LOC_OLEMACRO are local rules that attempt to check whether an
email contains a Word doc.

How can I troubleshoot this? Line 779 is in the __decode_header
function in Node.pm.

KAM has samples.
Comment 1 Kevin A. McGrail 2018-08-28 04:34:59 UTC
We believe this is resolved now in trunk and 3.4.  Will have to wait for 3.4.2 to identify for sure.