Re: [exim] TNEF attachments

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Tom Kistner
Datum:  
To: José de Paula Eufrásio Júnior
CC: exim-users
Betreff: Re: [exim] TNEF attachments
José de Paula Eufrásio Júnior wrote:

> There're some attachments being munched by a exchange server, and all my
> users receive is winmail.dat files. I read about using wrappers to
> convert it to MIME, but I want to know if somebody has already done
> something for exim/exiscan recognize and automagically convert the
> attachments from a incoming message.


Exim/exiscan can't alter message bodies. However you can reliably detect
winmail.dat/TNEF content and then try to mangle it in a transport
filter. Search freshmeat for "tnef".

/tom