On Mon, 07 Mar 2005 11:30:28 -0500, David F. Skoll
<[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] 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
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to