]> git.etc.gen.nz Git - spong.git/commitdiff
Added comments to include and exclude color global rules
authorStephen L Johnson <sjohnson@monsters.org>
Sun, 11 May 2003 03:03:54 +0000 (03:03 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Sun, 11 May 2003 03:03:54 +0000 (03:03 +0000)
config/spong.message

index 07e1511844b95e8919aaa174d0d8035d0d47f2ba..96ab7cd378ceb0b700afef69bfaa098d0df5348d 100755 (executable)
@@ -1,6 +1,6 @@
 # spong.message - spong-message program configure file
 #
-# $Id: spong.message,v 1.6 2000/10/16 13:58:48 sljohnson Exp $
+# $Id: spong.message,v 1.7 2003/05/11 03:03:54 sljohnson Exp $
 
 # This flag determines the how the overall rules are matched due a rules scan
 # 'FIRST-MATCH' means that the first rule matches is used and the scanning stop
@@ -8,6 +8,20 @@
 
 $RULES_MATCH = 'FIRST-MATCH';
 
+$GLOBAL_FILTERS = { 
+
+    # Global status color filters for all messages
+    #  (These are applied _before_ the message rules)
+       
+    # Valid values are 'all','red','yellow','green','blue','purple','clear'
+    # Defaults to 'all' if not defined
+    include_colors = ['all'],
+
+    # Valid values are 'red','yellow','green','blue','purple','clear'
+    # Defaults to no colors if not defined
+    exclude_colors = ['purple','clear'],               
+};
+
 $MESSAGING_RULES = [
 
 # Comprehensive rules example showing everything