about summary refs log tree commit homepage
path: root/sa_config/user
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2014-01-09 23:13:37 +0000
committerEric Wong <e@80x24.org>2014-01-09 22:37:54 +0000
commit3e96cf129ba5fc2834b691314c504aa363fd5cf4 (patch)
treedd5c42532049bc5dd2a420126edb9f07e9a5b9a0 /sa_config/user
downloadpublic-inbox-3e96cf129ba5fc2834b691314c504aa363fd5cf4.tar.gz
Diffstat (limited to 'sa_config/user')
-rw-r--r--sa_config/user/.spamassassin/user_prefs26
1 files changed, 26 insertions, 0 deletions
diff --git a/sa_config/user/.spamassassin/user_prefs b/sa_config/user/.spamassassin/user_prefs
new file mode 100644
index 00000000..9919b98e
--- /dev/null
+++ b/sa_config/user/.spamassassin/user_prefs
@@ -0,0 +1,26 @@
+# raise or lower as needed
+required_score 5.0
+
+# do not mess with the original message body, only notify in headers
+clear_report_template
+clear_unsafe_report_template
+report_safe 0
+
+# we do not use nor support this on NFS
+lock_method flock
+
+# do not throw off Bayes
+bayes_ignore_header X-Bogosity
+bayes_ignore_header X-Spam-Flag
+bayes_ignore_header X-Spam-Status
+bayes_ignore_header X-Spam-Report
+
+# English-only for all lists on public-inbox.org
+ok_locales en
+# we have "loadplugin Mail::SpamAssassin::Plugin::TextCat" in a *.pre file
+ok_languages en
+
+# uncomment the following for importing archives:
+# dns_available no
+# skip_rbl_checks 1
+# skip_uribl_checks 1