Parent Directory
|
Revision Log
add spamassassin configuration
| 1 | don | 2 | # The rule graveyard |
| 2 | |||
| 3 | # don 2007-04-25 | ||
| 4 | #body GOTBODY /.{21}/ | ||
| 5 | #score GOTBODY 0 | ||
| 6 | |||
| 7 | #meta NOBODY ! GOTBODY | ||
| 8 | #describe NOBODY No Body; probably spam | ||
| 9 | #score NOBODY 0 | ||
| 10 | |||
| 11 | #header CONTROLSUB Received =~ /control|request|(?:(?:un)?subscribe|subhelp|help|ignore|(?:sub(?:yes|approve|reject)|unsubyes|bounce|probe|approve|reject|setlistyes|setlistsilentyes))/i | ||
| 12 | #describe CONTROLSUB Message to control, request or subscription | ||
| 13 | #score CONTROLSUB 0 | ||
| 14 | |||
| 15 | #meta NOBODYNOTCONT NOBODY && ! CONTROLSUB | ||
| 16 | #describe NOBODYNOTCONT No body, and not a message that should have no body | ||
| 17 | #score NOBODYNOTCONT 4 | ||
| 18 |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |