| 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 |
# this is the set of automatic response spam scores
|
| 22 |
include auto_response_spam
|
| 23 |
|
| 24 |
# this is a set of image-specific spam rules
|
| 25 |
tryplugin Mail::SpamAssassin::Plugin::ImageInfo
|
| 26 |
include image_spam
|
| 27 |
|
| 28 |
|
| 29 |
meta DIGEST_MULTIPLE RAZOR2_CHECK + PYZOR_CHECK > 1
|
| 30 |
describe DIGEST_MULTIPLE Message hits more than one network digest check
|
| 31 |
tflags DIGEST_MULTIPLE net
|
| 32 |
#reuse DIGEST_MULTIPLE
|
| 33 |
score DIGEST_MULTIPLE 0
|
| 34 |
|
| 35 |
#blarson 2007-09-09
|
| 36 |
header NODAY date =~ /^\s+\,/
|
| 37 |
describe NODAY bad date format
|
| 38 |
score NODAY 2
|