[Mimedefang] Which Virus Scanner?

Alberto da Silva alberto.dasilva at gmail.com
Tue Mar 8 14:44:55 EST 2005


On Mon, 07 Mar 2005 11:30:28 -0500, David F. Skoll
<dfs at roaringpenguin.com> wrote:
> Matthew.van.Eerde at hbinc.com wrote:
> 
> > $Features{"File::Scan"} = 1; # turns it on
> > $Features{"File::Scan"} = 0; # turns it off?
> 
> > I worry about the = 0 thing.  You might be better off doing
> > delete $Features{"File::Scan"};
> 
> The = 0 is safe.
> 
> The test is:
> 
>     if ($Features{'Virus:FileScan'}) {
>        # blah blah blah
>     }
> 
> --
> David.

What about
       $VirusScannerRoutinesInitialized
       @VirusScannerMessageRoutines
       @VirusScannerEntityRoutines

When do these get initialised?

Alberto



More information about the MIMEDefang mailing list