*** 504,510 ****
        if ($output =~ /FOUND$/) {      # no errors, a virus was found
            $scanner_errors = 0;
            @virusname = ($output =~ /: (.+) FOUND/g);
-             do_virus($output);
            return 1;  # 'true' indicates virus found and stops further checking
        } elsif ($output =~ /OK$/) {            # no errors, no viruses
            $scanner_errors = 0;
--- 504,509 ----