http://bugzilla.spamassassin.org/show_bug.cgi?id=3559
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From [EMAIL PROTECTED] 2004-07-01 04:50 -------
SA 2.6x doesn't subparse attachments. so as far as it's concerned, there are
only 2 attachments in the
message:
text/plain
message/rfc822
neither of which are base64 encoded. You want the (current) 3.0 behavior in
which the message/rfc822
part is subparsed into its set of attachments. 3.0's __MIME_BASE64 therefore
gets hit:
debug:
subtests=__BAT_BOUNDARY,__COMMENT_EXISTS,__CT,__CTYPE_HAS_BOUNDARY,__HAS_MSGID,__HAS_S
UBJECT,__HAS_X_PRIORITY,__MIME_BASE64,__MIME_HTML,__MIME_QP,__MIME_VERSION,__MOZILLA_MSG
ID,__MSGID_OK_HOST,__SANE_MSGID,__TAG_EXISTS_BODY,__TAG_EXISTS_HEAD,__TAG_EXISTS_HTML,__
TAG_EXISTS_META,__USER_AGENT,__X_PRI_HI
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.