NAME
Mail::MIMEDefang::Antivirus - Antivirus interface methods for email filters
DESCRIPTION
Mail::MIMEDefang::Antivirus are a set of methods that can be called
from mimedefang-filter to scan with installed antivirus
software the email message.
METHODS
-
message_contains_virus
Method that scans a message using every installed virus scanner.
-
entity_contains_virus
Method that scans a
MIME::Entitypart using every installed virus scanner. -
initialize_virus_scanner_routines
Method that sets
@VirusScannerMessageRoutinesand@VirusScannerEntityRoutinesto arrays of virus-scanner routines to call, based on installed scanners. -
run_virus_scanner
Method that runs a virus scanner, collecting output in
$VirusScannerMessages.