Re: [exim] SMTP message using MIME ACL

Etusivu
Poista viesti
Vastaa
Lähettäjä: Kjetil Torgrim Homme
Päiväys:  
Vastaanottaja: patrick
Kopio: exim-users
Uudet otsikot: [exim] DNS list lookup defer (probably timeout)
Aihe: Re: [exim] SMTP message using MIME ACL
On Fri, 2007-05-11 at 17:42 +0200, HARMEL Patrick wrote:
>   deny
>     condition = ${if match {${lc:$mime_filename}} 
> {\N\.\s*(bat|com|exe|pif|prf|scr|vbs)\s*$\N}}
>     message = My own message|


I think the ordering is significant here, since Exim short-circuits
evaluation. try to put message first.

--
Kjetil T.