]> git.donarmstrong.com Git - spamassassin_config.git/blob - common/disabled_rules
add spamassassin configuration
[spamassassin_config.git] / common / disabled_rules
1 # 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