[Mimedefang] Which Virus Scanner?

David F. Skoll dfs at roaringpenguin.com
Mon Mar 7 11:30:28 EST 2005


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.



More information about the MIMEDefang mailing list