Re: [exim] Saving attachments

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] Saving attachments
On 20/04/16 14:28, John McMurray wrote:
> Based on a recent thread Lena answered about unzipping attachments and
> denying them if certain file types are found inside, I'd like to be able
> to save the attachment so that I can manually see if it was a threat, or
> if I need to ease up on what I'm blocking.


Exim doesn't really deal much in the content of messages. The mime ACL
gets you some of the way, but you'll be needing to identify
mimeparts that are "attachments" yourself and use "decode" to get
the mimepart saved.
--
Cheers,
Jeremy