|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
Mail::SpamAssassin::Plugin::AntiVirusr Contributed Perl Documenta::SpamAssassin::Plugin::AntiVirus(3)
NAME
AntiVirus - simple anti-virus tests
SYNOPSIS
loadplugin Mail::SpamAssassin::Plugin::AntiVirus
body MICROSOFT_EXECUTABLE eval:check_microsoft_executable()
body MIME_SUSPECT_NAME eval:check_suspect_name()
DESCRIPTION
The MICROSOFT_EXECUTABLE rule works by checking for 3 possibilities in the message in any
application/* or text/* part in the message:
- in text parts, look for a uuencoded executable start string
- in application parts, look for filenames ending in an executable extension
- in application parts, look for a base64 encoded executable start string
perl v5.8.8 2007-04-03 Mail::SpamAssassin::Plugin::AntiVirus(3)
|
|