Ted Cooper
Fri, 12 Mar 2010 19:10:13 -0800
On Fri, 2010-03-12 at 10:33 -0500, Willians Vivanco wrote: > Hi list... I need to customize my exim4 configuration to grab in log > files the name of the attached file(s)... Any suggestion?
Use the acl_smtp_mime and log_message to write out the file names stored in $mime_filename? Content scanning at ACL time http://docs.exim.org/current/spec_html/ch41.html Scanning MIME parts - $mime_filename http://docs.exim.org/current/spec_html/ch41.html#SECTscanmimepart log_message http://docs.exim.org/current/spec_html/ch40.html#id642693 -- The Exim manual - http://docs.exim.org -- ## List details at http://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/