]> Sergey Matveev's repositories - public-inbox.git/blob - sa_config/user/.spamassassin/user_prefs
spamassassin/user_prefs: disable non-English
[public-inbox.git] / sa_config / user / .spamassassin / user_prefs
1 # raise or lower as needed
2 required_score 3.0
3
4 # do not mess with the original message body, only notify in headers
5 clear_report_template
6 clear_unsafe_report_template
7 report_safe 0
8
9 # we do not use nor support this on NFS
10 lock_method flock
11
12 # do not throw off Bayes
13 bayes_ignore_header X-Bogosity
14 bayes_ignore_header X-Spam-Flag
15 bayes_ignore_header X-Spam-Status
16 bayes_ignore_header X-Spam-Report
17
18 # English-only for all lists on public-inbox.org
19 ok_locales en
20 # we have "loadplugin Mail::SpamAssassin::Plugin::TextCat" in a *.pre file
21 ok_languages en
22
23 # uncomment the following for importing archives:
24 # dns_available no
25 # skip_rbl_checks 1
26 # skip_uribl_checks 1
27
28 # manual rules (some stolen from debian)
29 # these require "allow_user_rules 1" in the system-wide config
30
31 rawbody  LOCAL_VIEWINBROWSER /View this message in a browser/
32 describe LOCAL_VIEWINBROWSER "HTML mail not welcome"
33 score    LOCAL_VIEWINBROWSER 2.8
34
35 body MEETUPSECURELY /meetupsecurely\.com/i
36 describe MEETUPSECURELY "site used by spammers"
37 score MEETUPSECURELY 2.8
38
39 body HELLOMYDEAR /hello my dear/i
40 describe HELLOMYDEAR "spam phrase"
41 score HELLOMYDEAR 2.8
42
43 # we hate HTML mail
44 score MIME_HTML_MOSTLY  2.0