"Fossies" - the Fresh Open Source Software archive

Member "doc/Mail_SpamAssassin_Plugin_WhiteListSubject.html" of archive SpamAssassin-3.2.3.5-win32.zip:


Caution: In this restricted "Fossies" environment the current HTML page may not be correctly presentated and may have some non-functional links. Alternatively you can here view or download the uninterpreted source code. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.


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.