12345678910111213141516171819 |
- # The rule graveyard
- # don 2007-04-25
- #body GOTBODY /.{21}/
- #score GOTBODY 0
- #meta NOBODY ! GOTBODY
- #describe NOBODY No Body; probably spam
- #score NOBODY 0
- #header CONTROLSUB Received =~ /control|request|(?:(?:un)?subscribe|subhelp|help|ignore|(?:sub(?:yes|approve|reject)|unsubyes|bounce|probe|approve|reject|setlistyes|setlistsilentyes))/i
- #describe CONTROLSUB Message to control, request or subscription
- #score CONTROLSUB 0
- #meta NOBODYNOTCONT NOBODY && ! CONTROLSUB
- #describe NOBODYNOTCONT No body, and not a message that should have no body
- #score NOBODYNOTCONT 4
|