# (2) Added rules based paging (Stephen Johnson Nov 14, 1998)
# (3) Added checks against Acks and downtime (Stephen Johnson Mar 17, 1999)
#
-# $Id: spong-message.pl,v 1.33 2002/04/05 20:11:21 sljohnson Exp $
+# $Id: spong-message.pl,v 1.34 2002/05/07 18:39:45 sljohnson Exp $
use lib "@@LIBDIR@@";
add_contact(\@con,$contact);
}
- if( $match and $rules->{'last_if_match'} == 1 ) {
+ if( $match and $rule->{'last_if_match'} == 1 ) {
debug("'last_if_match' flag set on rule $c $rule->{'name'}," .
" exiting rules scan");
last;