Jean-Paul Natola > Date: Thu, 13 Sep 2007 20:49:48 +0100> From:
[EMAIL PROTECTED]> To: [email protected]> Subject: Re: [exim] will this ACL
do> > On 13/09/2007, jean-paul natola <[EMAIL PROTECTED]> wrote:> >> > My goal
is for exim to NOT pass messages over 500k to SA or CLAMAV- just to send them
right on through> >> >> > will/should this do it?> >> >> > condition = ${if
>={$message_size}{500k}{1}{0}}> > j> > Depends where you put it and what you
put round it - for example> > accept condition = ${if
>={$message_size}{500k}{1}{0}}> > in your data acl will cause an immediate
'accept' without running any> tests further down the acl - so if your malware
stuff is lower down,> then that's probably good.> > But if, instead, you do
this> > deny message = Malware detected> condition = ${if
>={$message_size}{500k}{1}{0}}> malware = *>
what else and where should I put it so achieve my goal- of automatically
accepting without having it pass to SA and CLAM
_________________________________________________________________
Gear up for Halo® 3 with free downloads and an exclusive offer. It’s our way of
saying thanks for using Windows Live™.
http://gethalo3gear.com?ocid=SeptemberWLHalo3_WLHMTxt_2
--
## List details at http://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/