I have tried the following in a MIME ACL but the $1 numerical variable
does contain anything:
 
# Discard e-mail with graphic file attachment.
        discard condition       =       ${if match
{${lc:$mime_filename}} {[.] *(gif|jpg|jpeg|png|bmp)\$}}
                !sender_domains =       +ok_domains
                logwrite        =       External e-mail from
'$sender_address' with invalid attached file type ($1) '$mime_filename'
- discard!
 
 
Searched the current on-line documentation and the Wiki but can't find
an example for what I am after.
 
Not sure if I want to do is possible.
 
 
Any help would be appreciated.
 
 
 
Thanks
 
 
Paul McIlfatrick
-- 
## 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/

Reply via email to