"jean-paul natola" schrieb:
>> deny condition = ${if <{$message_size}{1M}}
>> malware = *
>> message = This message contains a virus ($malware_name).
>
> I obviously need a better grasp of ACL's if you didnt tell me this was
> correct, i would think this is rejecting messages that had a virus- instead
> bypassing messages that are over one meg-
It hands only messages under one meg over to clamav so they're checked
for viruses. So it *does* reject messages that have a virus, but it
does not even check messages which are over one meg. That's what you
were trying to achieve, isn't it?
-thh