Hello.
I have severe problems while implementing tnef2multipart with Anomy (1.57 & 1.59
tested). Looks like wrong MIME structure is generated when single file winmail.dat is
replaced with multipart/mixed stuff. See:
[...end of text/plain part...]
--Message-Boundary-4440
Content-Type: multipart/mixed; name="mime-24501"; type="multipart/mixed"
Content-Transfer-Encoding: binary
Content-Disposition: attachment; filename="mime-24501"
Content-Type: multipart/mixed; boundary="----------=_1053511062-24501-0"
Content-Transfer-Encoding: binary
MIME-Version: 1.0
X-Mailer: MIME-tools 5.411 (Entity 5.404)
X-Sanitizer: 80928@xyz.molar.is
Subject: (no subject)
This is a multi-part message in MIME format...
------------=_1053511062-24501-0
Content-Type: application/msword; name="1997ap2.doc"
Content-Disposition: attachment; filename="1997ap2.doc"
Content-Transfer-Encoding: Base64
0M8R4KGxGuEAAAAAAAAAAAAAAAAAAAAAPgADAP7/CQAGAAAAAAAAAAAAAAAB
[..end of quote.]
"--Message-Boundary-4440" belongs to initial, non-sanitized message. Removal of any of
two "Content-Type: multipart/mixed" sets makes MIME intact. Unfortunately, I was not able
to find this point in Sanitizer.pm (?) yet. But I still try.
Any help will be appreciated.
Alexey