?? How can I disable sq to scanner exe file in zip format ?
Thank you
Frankie
Edit qmail-scanner-queue.pl and change the following lines:
my $redundant_scanning='0'; to -> my $redundant_scanning='1';
my $force_unzip=1; to -> my $force_unzip=0;
In this way the perl-scanner doesn't unzip the zip files, so they are passed to the AV scanners and the AV check the zip files.
ST
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
