We're on 1.74, and when we get mail from some Eudora users, the
attachment name on .doc files comes in renamed with a bunch of odd
characters instead of the name. The attachment itself is fine, but with
the strange name, most people don't know what to do with them.
Below is the bit that is getting messed up, in this case it came from an
email that had two attachments, one .pdf that was fine, followed by
the .doc, the excepts are from the end of the pdf attachment to the
start of the doc attachment.
I'm not even sure where to start looking in the code for this one, and
fear that it might be the sort of area where I could cause more caos
than I fix!!, but if anyones got ideas, I'm happy to try things.
cheers,
noel.
Non sanitised:
LAST_LINE_OF_PRECEEDING_PDF_ATTACHMENT
--============_-1081229071==_============
Content-Id: <a06110402bf8dc08ab027@[10.10.13.251].0.1>
Content-Type: application/msword; name="2006_PASTORAL_UNITS.doc"
; x-mac-type="5738424E"
; x-mac-creator="4D535744"
Content-Disposition: attachment; filename="2006_PASTORAL_UNITS.doc"
Content-Transfer-Encoding: base64
DOC_ATTACHMENT_STARTED_HERE
Sanitised:
LAST_LINE_OF_PRECEEDING_PDF_ATTACHMENT
--============_-1081229071==_============
Content-Type: application/msword;
name="=?iso-8859-1?Q?a06110402bf8dc08ab027=5F[10.10.13.251].0.1?=";
x-mac-type=5738424E; x-mac-creator=4D535744
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="=?iso-8859-1?Q?a06110402bf8dc08ab027=5F[10.10.13.251].0.1?="
Content-ID: <a06110402bf8dc08ab027@[10.10.13.251].0.1>
DOC_ATTACHMENT_STARTED_HERE