http://bugzilla.spamassassin.org/show_bug.cgi?id=3348
------- Additional Comments From [EMAIL PROTECTED] 2004-05-04 07:10 -------
Subject: Re: New: base64 encoded html messages seem to confuse get_uri_list
On Mon, May 03, 2004 at 09:37:23PM -0700, [EMAIL PROTECTED] wrote:
> I suspect it could be due to base64 encoding of the text/html message
Interesting... This has nothing to do with get_uri_list, and more to
do with the base64 decoding...
According to SpamAssassin, the text part of the message, after decoding is:
$VAR1 = [
'Want to get out of debt?
',
'<WHOLE BUNCH OF BINARY DATA>'
];
Which is the subject as the first line, then the "decoded" body.
But according to mutt, for instance, the output is:
<SOME BINARY DATA>
<SOME BINARY DATA>
<html>
<head>
<title>Form Application</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
[...]
/me keeps digging
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.