From 8d95a2ebea62ad7ce954b51f00afc65f3cf6040e Mon Sep 17 00:00:00 2001 From: Jan Willamowius Date: Tue, 4 Oct 2005 09:03:04 +0000 Subject: [PATCH] fix assignment of config _hash_ --- config/spong.message | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/spong.message b/config/spong.message index 96ab7cd..e5ee1ed 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.7 2003/05/11 03:03:54 sljohnson Exp $ +# $Id: spong.message,v 1.8 2005/10/04 09:03:04 willamowius 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 @@ -15,11 +15,11 @@ $GLOBAL_FILTERS = { # Valid values are 'all','red','yellow','green','blue','purple','clear' # Defaults to 'all' if not defined - include_colors = ['all'], + include_colors => ['all'], # Valid values are 'red','yellow','green','blue','purple','clear' # Defaults to no colors if not defined - exclude_colors = ['purple','clear'], + exclude_colors => ['purple','clear'], }; $MESSAGING_RULES = [ -- 2.30.2