Re: [exim] TNEF attachments

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Tom Kistner
Data:  
Para: José de Paula Eufrásio Júnior
CC: exim-users
Asunto: 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