From: Stephen L Johnson Date: Sun, 11 May 2003 03:03:54 +0000 (+0000) Subject: Added comments to include and exclude color global rules X-Git-Tag: spong-2_8_0-beta1~42 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9d08f8b237b6d71249e69c6ff7d93f8aaa00049;p=spong.git Added comments to include and exclude color global rules --- diff --git a/config/spong.message b/config/spong.message index 07e1511..96ab7cd 100755 --- a/config/spong.message +++ b/config/spong.message @@ -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