Mail::SpamAssassin::Plugin::WhiteListSubject (3)
Leading comments
Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32)
Standard preamble:
========================================================================
(The comments found at the beginning of the groff file "man3/Mail::SpamAssassin::Plugin::WhiteListSubject.3pm".)
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.