Parent Directory
|
Revision Log
* Add changes from blars to common_rbl and common_spam
| 1 | don | 2 | # this file includes rules that are common which have been split out |
| 2 | # into separate files in this directory. | ||
| 3 | |||
| 4 | include drug_spam | ||
| 5 | |||
| 6 | include pron_spam | ||
| 7 | |||
| 8 | include phrase_spam | ||
| 9 | |||
| 10 | include misc_spam | ||
| 11 | |||
| 12 | include money_spam | ||
| 13 | |||
| 14 | don | 9 | include url_spam |
| 15 | |||
| 16 | include virus_spam | ||
| 17 | |||
| 18 | don | 2 | meta DIGEST_MULTIPLE RAZOR2_CHECK + PYZOR_CHECK > 1 |
| 19 | describe DIGEST_MULTIPLE Message hits more than one network digest check | ||
| 20 | tflags DIGEST_MULTIPLE net | ||
| 21 | #reuse DIGEST_MULTIPLE | ||
| 22 | score DIGEST_MULTIPLE 0 | ||
| 23 | |||
| 24 | don | 8 | #blarson 2007-09-09 |
| 25 | header NODAY date =~ /^\s+\,/ | ||
| 26 | describe NODAY bad date format | ||
| 27 | score NODAY 2 |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |