Mon Aug 04 06:10:27 2008paul [...] byte.nl - Ticket created
Subject:
please use encode_mimewords instead of encode_mimeword
Date:
Mon, 04 Aug 2008 12:09:58 +0200
To:
bug-MIME-Lite-TT-HTML [...] rt.cpan.org
From:
Paul Boekholt <paul [...] byte.nl>
Hi,
In encode_subject in MIME::Lite::TT::HTML version 0.04 you have
encode_mimeword( $string, 'b', $charset_output );
Having a base64 encoded subject adds to the spam score of the message. I
think it should be
encode_mimewords( $string, 'b', $charset_output );
Yours,
Paul Boekholt
Byte Internet