--- qmail-scanner-1.20rc2.original/qmail-scanner-queue.template Fri Aug 22 00:51:50 2003 +++ qmail-scanner-1.20rc2/qmail-scanner-queue.template Mon Aug 25 13:46:30 2003 @@ -946,10 +946,11 @@ my($start_init_scanners_time)=[gettimeofday]; &debug("ini_sc: start scanning"); chdir("$scandir/$file_id/"); - #Run perlscan_scanner - &perlscan_scanner; - #Virus? No point in running the rest then - return if ($quarantine_event); +# #Run perlscan_scanner +# &perlscan_scanner; +# #Virus? No point in running the rest then +# return if ($quarantine_event); + push(@scanner_array, "perlscan_scanner"); #Delete original zip'ped attachment as there's no point #in the other scanners double-scanning it - unless $redundant scanning