http://bugzilla.spamassassin.org/show_bug.cgi?id=3749
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From [EMAIL PROTECTED] 2004-09-05 10:39 -------
good news/bad news...
I did a quick corpus run (~34k messages) comparing trunk pre 3748 and 3749 to
the post patch version.
bad news: there are differences
good news: the differences are because the mime parsing behavior is more correct
what I found was mainly drop of hits for these rules:
HTML_MIME_NO_HTML_TAG
MIME_HTML_ONLY -> MIME_HTML_MOSTLY
MIME_HTML_ONLY_MULTI
looking at the messages that changed, there are differences because of things
like:
Main type is multipart/alternative:
[...]
------=_NextPart_007_0014_UEROKSOE.STSBJKPT
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
------=_NextPart_007_0014_UEROKSOE.STSBJKPT
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable
[...]
so before we'd ignore the text/plain part. after 3749 we don't.
I just noticed that we also seem to now create an extra node for text/plain when
we shouldn't. That's worse than not ignoring the blank part, so I'm reverting
3749 for now until the issue is fixed.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.