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 -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
