]> git.donarmstrong.com Git - spamassassin_config.git/blob - common/common_spam
Add LOCAL_VIEWINBROWSER rule
[spamassassin_config.git] / common / common_spam
1 # -*- mode: spamassassin -*-
2 # this file includes rules that are common which have been split out
3 # into separate files in this directory.
4
5 include drug_spam
6
7 include pron_spam
8
9 include phrase_spam
10
11 include misc_spam
12
13 include money_spam
14
15 include url_spam
16
17 include virus_spam
18
19 include blacklists
20
21 include relay_blacklists
22
23 # this is the set of automatic response spam scores
24 include auto_response_spam
25
26 # this is a set of image-specific spam rules
27 tryplugin Mail::SpamAssassin::Plugin::ImageInfo
28 include image_spam
29
30
31 meta DIGEST_MULTIPLE            RAZOR2_CHECK + PYZOR_CHECK > 1
32 describe DIGEST_MULTIPLE        Message hits more than one network digest check
33 tflags DIGEST_MULTIPLE          net
34 #reuse DIGEST_MULTIPLE
35 score DIGEST_MULTIPLE 0
36
37 #blarson 2007-09-09
38 header NODAY    date =~ /^\s+\,/
39 describe NODAY  bad date format
40 score NODAY     2
41
42 #formorer 2012-07-20
43 header CLUB_PROGRAMADORES       From =~ /Club-de-Programadores/i
44 describe CLUB_PROGRAMADORES     ACP - Club-de-Programadores spam
45 score CLUB_PROGRAMADORES        5
46
47 #formorer 2012-10-02
48 header CLUB_PROGRAMADORES       From =~ /Club\s+de\s+Programadores/i
49 describe CLUB_PROGRAMADORES     ACP - Club-de-Programadores spam
50 score CLUB_PROGRAMADORES        5
51
52
53 #formorer 2014-02-06
54 rawbody  LOCAL_VIEWINBROWSER /View this message in a browser/
55 describe LOCAL_VIEWINBROWSER "View this message in a browser"
56 score    LOCAL_VIEWINBROWSER 1.0
57