Re: Multiple malware scanners

"Peter Bowyer" <[email protected]> Wed, 18 Aug 2004 08:09:29 -0000 (GMT)
Newsgroups gmane.mail.exim.exiscan.user
Message-ID <[email protected]>
Tom Kistner said:
> Peter Bowyer wrote:
>
>> Tom, are you there?
>
> Yes. I can make the following proposal:
>
> The main av_scanner variable (where you define the global scanner to
> use) will be expanded before being used. Then you can set:
>
> av_scanner = $acl_m0
>
> And in the ACL:
>
> deny message = Sophos detected virus ($malware_name)
>       set acl_m0 = sophie
>       malware = *
>
> deny message = ClamAV detected virus ($malware_name)
>       set acl_m0 = clamd
>       malware = *
>
> Also, caching will only work if the scanner string has not changed after
> expansion.
>
> So I don't have to make changes to the syntax and the coding overhead is
> relatively low.

That will certainly work for me. Thanks!

Peter