i have this in the ACL section and exim still happily delivers messages with .exe attachments. What am I missing here?
acl_smtp_mime:
deny
condition = ${if match {$mime_filename}\
{\N\.(com|vbs|bat|pif|scr|exe)$\N}}
message = no Windows executeables accepted here
log_message = reject, ${substr_-4_4:$mime_filename} file
--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/
