about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-05-23 09:54:38 +0000
committerEric Wong <e@80x24.org>2014-05-23 09:54:38 +0000
commita96c4724da2ad7911b4831b41f8dc14ced9f606b (patch)
tree50c180633883a44a3ea8cda9daac2476f048ef54
parent4b64856cd451f2fd732a8ce3a36669272c057cd1 (diff)
downloadpublic-inbox-a96c4724da2ad7911b4831b41f8dc14ced9f606b.tar.gz
Too much spam arrives without any readable English, and I (the
server administrator) cannot easily tell if a non-English
message is spam or not.
-rw-r--r--sa_config/user/.spamassassin/user_prefs5
1 files changed, 5 insertions, 0 deletions
diff --git a/sa_config/user/.spamassassin/user_prefs b/sa_config/user/.spamassassin/user_prefs
index b9a8da45..028c3124 100644
--- a/sa_config/user/.spamassassin/user_prefs
+++ b/sa_config/user/.spamassassin/user_prefs
@@ -15,6 +15,11 @@ 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