Plugins¶
To load a plugin you must add the loadplugin command in the configuration file. For example:
loadplugin pad.plugin.pyzor.PyzorPlugin
If the plugin is not located in the python path then you can also specify the full path to the file:
loadplugin MyCustomPlugin /home/pad/my_plugins/custom_plugin.py
Some plugins are reimplementing existing ones from SA. The full list can be
seen in pad.plugins.__init__:
loadplugin Mail::SpamAssassin::Plugin::Pyzor
Available plugins¶
- AutoWhiteListPlugin
- Body Eval
- DumpText
- DNSEval
- ImageInfoPlugin
- Header Eval
- MIME Eval
- PDFInfoPlugin
- PyzorPlugin
- RelayCountryPlugin
- ReplaceTags
- Short Circuit
- TextCatPlugin
- URIDetailPlugin
- WhiteListSubjectPlugin
- SPF Plugin
- WLBLEvalPlugin
- Razor2Plugin
- SpamCopPlugin
- FreeMailPlugin
- DKIMPlugin
- URIEvalPlugin
- RelayEvalPlugin
- AutoLearnThreshold
Plugin reference¶
- plugins Package
- Module
base - Plugin
awl - Plugin
body_eval - Plugin
dump_text - Plugin
dns_eval - Plugin
image_info - Plugin
header_eval - Plugin
mime_eval - Plugin
pdf_info - Plugin
pyzor - Plugin
relay_country - Plugin
replace_tags - Plugin
short_circuit - Plugin
textcat - Plugin
uri_detail - Plugin
whitelist_subject - Plugin
spf - Plugin
wlbl_eval - Plugin
razor2 - Plugin
free_mail - Plugin
spam_cop - Plugin
dkim - Plugin
uri_eval - Plugin
relay-eval - Plugin
bayes
- Module