Re: [exim] Saving attachments

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jeremy Harris
日付:  
To: exim-users
題目: 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