# (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.24 2000/12/31 05:50:26 sljohnson Exp $
+# $Id: spong-message.pl,v 1.25 2000/12/31 22:59:58 sljohnson Exp $
use lib "@@LIBDIR@@";
$contact->{'rcpt'} : $contact) );
add_contact(\@con,$contact);
}
+
+ if( $match and $rules->{'last_if_match'} == 1 ) {
+ debug("'last_if_match' flag set on rule $c $rule->{'name'}," .
+ " exiting rules scan");
+ last;
+ }
+
}
# Load the messaging functions