blob: d2c2de8f4ce9999249dcb4a60a37d6b1efb82640 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# public-inbox.org uses the Debian spamd installation + init and sets
# CRON=1 in /etc/default/spamassassin for automatic rule updates
# compile rules to C, sa-compile(1) must be run as the appropriate user
# (debian-spamd on Debian). sa-compile(1) will also be run by the cronjob
loadplugin Mail::SpamAssassin::Plugin::Rule2XSBody
# for ok_languages in user_prefs
loadplugin Mail::SpamAssassin::Plugin::TextCat
allow_user_rules 1
|