Re: [exim] Removing attachments

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Jeremy Harris
Dátum:  
Címzett: exim-users @ exim. org
Tárgy: 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