On Wed, Nov 02, 2005 at 01:33:26PM +1100, Noel Clarkson wrote:
> 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
...
> Non sanitised:
> Content-Id: <a06110402bf8dc08ab027@[10.10.13.251].0.1>
> Content-Type: application/msword; name="2006_PASTORAL_UNITS.doc"
> Content-Disposition: attachment; filename="2006_PASTORAL_UNITS.doc"
...
> Sanitised:
> name="=?iso-8859-1?Q?a06110402bf8dc08ab027=5F[10.10.13.251].0.1?=";
> filename="=?iso-8859-1?Q?a06110402bf8dc08ab027=5F[10.10.13.251].0.1?="
> Content-ID: <a06110402bf8dc08ab027@[10.10.13.251].0.1>
eh, looks like it takes the Content-Id: as 'filename' ... does it happen
w/ any .* attachment or just .doc? what's your rule for .doc?
-- paolo