# 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
$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