Provided by: spamassassin_3.4.2-0ubuntu0.18.04.5_all 

NAME
Mail::SpamAssassin::Plugin::WhiteListSubject - whitelist by Subject header
SYNOPSIS
loadplugin Mail::SpamAssassin::Plugin::WhiteListSubject
header SUBJECT_IN_WHITELIST eval:check_subject_in_whitelist()
header SUBJECT_IN_BLACKLIST eval:check_subject_in_blacklist()
score SUBJECT_IN_WHITELIST -100
score SUBJECT_IN_BLACKLIST 100
whitelist_subject [Bug *]
blacklist_subject Make Money Fast
DESCRIPTION
This SpamAssassin plugin module provides eval tests for whitelisting and blacklisting particular strings
in the Subject header. The value for whitelist_subject or blacklist_subject are strings which may
contain file -glob -style patterns, similar to the other whitelist_* config options.
perl v5.26.1 2021-03-29 Mail::SpamAssas...hiteListSubject(3pm)