/etc/mail/spamassassin
NameSizeModeActions
sa-update-keys/-0755rm
BAYES_POISON_DEFENSE.cf7500644editdlrm
CPANEL.cf42330644editdlrm
init.pre16490644editdlrm
KAM.cf5942160644editdlrm
KAM_deadweight3.cf51510644editdlrm
KAM_deadweight3_meta.cf140490644editdlrm
KAM_deadweight3_sub.cf44120644editdlrm
KAM_freemail.cf893190644editdlrm
KAM_hashbl_settings.cf975510644editdlrm
KAM_heavyweight.cf13490644editdlrm
KAM_redirectors.cf156800644editdlrm
KAM_rescore.cf27930644editdlrm
KAM_tlds.cf23040644editdlrm
KAM_urlshorteners.cf180400644editdlrm
local.cf35680644editdlrm
nonKAMrules.cf175300644editdlrm
user_prefs.template18690644editdlrm
v310.pre22630644editdlrm
v312.pre11680644editdlrm
v320.pre24120644editdlrm
v330.pre12370644editdlrm
v340.pre10200644editdlrm
v341.pre13150644editdlrm
v342.pre15190644editdlrm
v343.pre12660644editdlrm
Edit: /etc/mail/spamassassin/init.pre (1649B)
# This is the right place to customize your installation of SpamAssassin. # # See 'perldoc Mail::SpamAssassin::Conf' for details of what can be # tweaked. # # This file contains plugin activation commands for plugins included # in SpamAssassin 3.0.x releases. It will not be installed if you # already have a file in place called "init.pre". # # There are now multiple files read to enable plugins in the # /etc/mail/spamassassin directory; previously only one, "init.pre" was # read. Now both "init.pre", "v310.pre", and any other files ending in # ".pre" will be read. As future releases are made, new plugins will be # added to new files, named according to the release they're added in. ########################################################################### # Version compatibility - Welcomelist/Blocklist # In SpamAssassin 4.0, rules containing "whitelist" or "blacklist" have been # renamed to contain more racially neutral "welcomelist" and "blocklist" # terms. When this compatibility flag is enabled, old rule names from stock # rules will not hit anymore alongside the new ones. For more information, # see: https://wiki.apache.org/spamassassin/WelcomelistBlocklist # enable_compat welcomelist_blocklist # RelayCountry - add metadata for Bayes learning, marking the countries # a message was relayed through # # Note: This requires the Geo::IP Perl module # # loadplugin Mail::SpamAssassin::Plugin::RelayCountry # URIDNSBL - look up URLs found in the message against several DNS # blocklists. # loadplugin Mail::SpamAssassin::Plugin::URIDNSBL # SPF - perform SPF verification. # loadplugin Mail::SpamAssassin::Plugin::SPF