Olivier Bonvalet wrote:
> Hello,
>
> I would like emails sent by some hosts to don't been checked
> by clamav.
>
> Actually I tried to add before the line "malware = *" :
> accept
> hosts = a.a.a.a:b.b.b.b:c.c.c.c
>
> But it seems to doesn't works. Is there a "good" way to do this ?
>
> Thanks,
> Olivier
>
>
>
>
>
NOT or negation.
Use "!" with a verb to negate all of a test, condition, lookup,
or list. Left side.
accept
!hosts =
Use "!" within a list to negate only selected elements of the
list. Right side
warn
hosts = <some wildcard> : !<one exception> : <list lookup>