On 23 Jun 2005 at 5:47, Herb Martin wrote about
"[exim] Why doesn't MIME file extens":
| Checking with "exim -d-all -bh IP_ADDRESS <filename",
| filename includes a file MIME part "text.zip":
|
| >>> processing "deny"
| >>> check condition = ${if match {${lc:$mime_filename}}
| {\N(\.exe|\.scr|\.vbs|\.pif|\.bat|\.scr|\.lnk|\.com|\.zip)$\N} {1}{0}}
| >>> = 0
| >>> deny: condition test failed
|...
You didn't show the ACL, so I have to ask a dumb question: this deny
stanza is in the MIME ACL, not the DATA ACL, right?
- Fred