Re: [exim] Exim misses some attachments.

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] Exim misses some attachments.
On 17/12/15 16:42, Always Learning wrote:
> The obvious attraction "demine" has, certainly for me, is it can easily
> and quickly be invoked in ACL Data ....
>
>
>> warn demime     = ace:bat:btm:cab:chm:cmd:com:cpl:dat:dll:exe:hta: \
>                     js:jsp:lnk:msi:pif:prf:reg:scr:sys:url:vbe:vbs


At a guess, the acl_smtp_mime equivalent:

  warn condition = ${if match {$mime_filename} \
                      {\\.(ace|bat|btm|cab|chm|cmd|com|\
                           cpl|dat|dll|exe|hta|\
                           js|jsp|lnk|msi|pif|prf|reg|scr|\
                           sys|url|vbe|vbs)\$}}

>
> .... et cetera.


... assuming you don't need the content of the file.
--
Cheers,
Jeremy