logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

AntiVirus - simple anti-virus tests

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.40.1                                       2025-06-26              Mail::SpamAssa...ugin::AntiVirus(3pm)

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()

See Also