Re: [exim] Removing attachments

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Jeremy Harris
Data:  
Para: exim-users @ exim. org
Asunto: Re: [exim] Removing attachments
Gary Stothers wrote:
> Good Afternoon,
>
> Not sure if this is possible with exim, but i would like to remove certain file attachments but keep the actual message (and forward it on). Is this possible?


You'll need to write it yourself, taking the MIME apart then putting it
back together. I suggest a perl MIME library.

- Jeremy