]> Sergey Matveev's repositories - public-inbox.git/blob - sa_config/user/.spamassassin/user_prefs
spamassassin rule and config updates
[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 # uncomment the following for importing archives:
19 # dns_available no
20 # skip_rbl_checks 1
21 # skip_uribl_checks 1
22
23 # manual rules (some stolen from debian)
24 # these require "allow_user_rules 1" in the system-wide config
25
26 rawbody  LOCAL_VIEWINBROWSER /View this message in a browser/
27 describe LOCAL_VIEWINBROWSER "HTML mail not welcome"
28 score    LOCAL_VIEWINBROWSER 2.8
29
30 body MEETUPSECURELY /meetupsecurely\.com/i
31 describe MEETUPSECURELY "site used by spammers"
32 score MEETUPSECURELY 2.8
33
34 body HELLOMYDEAR /hello my dear/i
35 describe HELLOMYDEAR "spam phrase"
36 score HELLOMYDEAR 2.8
37
38 # we hate HTML mail
39 score MIME_HTML_MOSTLY  2.0