]> git.donarmstrong.com Git - spamassassin_config.git/blob - common/common_spam
add more matches for shipping spam
[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 # but this is forbidden from the global config, so I disable it to prevent error messsages
28 #tryplugin Mail::SpamAssassin::Plugin::ImageInfo
29 #if (plugin (Mail::SpamAssassin::Plugin::ImageInfo))
30 #  include image_spam
31 #endif
32
33 meta DIGEST_MULTIPLE            RAZOR2_CHECK + PYZOR_CHECK > 1
34 describe DIGEST_MULTIPLE        Message hits more than one network digest check
35 tflags DIGEST_MULTIPLE          net
36 #reuse DIGEST_MULTIPLE
37 score DIGEST_MULTIPLE 0
38
39 #blarson 2007-09-09
40 header NODAY    date =~ /^\s+\,/
41 describe NODAY  bad date format
42 score NODAY     2
43
44 #formorer 2012-07-20
45 header CLUB_PROGRAMADORES       From =~ /Club-de-Programadores/i
46 describe CLUB_PROGRAMADORES     ACP - Club-de-Programadores spam
47 score CLUB_PROGRAMADORES        5
48
49 #formorer 2012-10-02
50 header CLUB_PROGRAMADORES       From =~ /Club\s+de\s+Programadores/i
51 describe CLUB_PROGRAMADORES     ACP - Club-de-Programadores spam
52 score CLUB_PROGRAMADORES        5
53
54
55 #formorer 2014-02-06
56 rawbody  LOCAL_VIEWINBROWSER /View this message in a browser/
57 describe LOCAL_VIEWINBROWSER "View this message in a browser"
58 score    LOCAL_VIEWINBROWSER 1.0
59