/[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 425 - (hide annotations) (download)
Tue Oct 2 13:18:06 2012 UTC (7 months, 3 weeks ago) by formorer
File size: 1193 byte(s)
Add another rule for the suckers
1 don 274 # -*- mode: spamassassin -*-
2 don 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 don 9 include url_spam
16    
17     include virus_spam
18    
19 don 329 include blacklists
20    
21 don 391 include relay_blacklists
22    
23 don 274 # this is the set of automatic response spam scores
24     include auto_response_spam
25    
26 don 306 # this is a set of image-specific spam rules
27     tryplugin Mail::SpamAssassin::Plugin::ImageInfo
28 don 308 include image_spam
29 don 306
30 don 308
31 don 2 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 don 8 #blarson 2007-09-09
38     header NODAY date =~ /^\s+\,/
39     describe NODAY bad date format
40     score NODAY 2
41 formorer 423
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 425 #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    

  ViewVC Help
Powered by ViewVC 1.1.5