blob: b9a8da4596897a403067f7000585cd7f6127c3fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# raise or lower as needed
required_score 3.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
# uncomment the following for importing archives:
# dns_available no
# skip_rbl_checks 1
# skip_uribl_checks 1
# manual rules (some stolen from debian)
# these require "allow_user_rules 1" in the system-wide config
rawbody LOCAL_VIEWINBROWSER /View this message in a browser/
describe LOCAL_VIEWINBROWSER "HTML mail not welcome"
score LOCAL_VIEWINBROWSER 2.8
body MEETUPSECURELY /meetupsecurely\.com/i
describe MEETUPSECURELY "site used by spammers"
score MEETUPSECURELY 2.8
body HELLOMYDEAR /hello my dear/i
describe HELLOMYDEAR "spam phrase"
score HELLOMYDEAR 2.8
# we hate HTML mail
score MIME_HTML_MOSTLY 2.0
|