/[pkg-listmaster]/trunk/spamassassin_config/common/common_spam
ViewVC logotype

Contents of /trunk/spamassassin_config/common/common_spam

Parent Directory Parent Directory | Revision Log Revision Log


Revision 423 - (show annotations) (download)
Thu Jul 19 11:37:20 2012 UTC (10 months ago) by formorer
File size: 1014 byte(s)
Ban specific 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

  ViewVC Help
Powered by ViewVC 1.1.5