--- sec.pl.orginal	Mon Jul 28 11:16:36 2008
+++ sec.pl	Mon Jul 28 13:44:45 2008
@@ -4605,6 +4608,11 @@
 
     if ($match_found) {
 
+
+      # Ignore SUPPRESS earlier
+      # Need to increment MatchCount, to stay consistent
+      if ($ref->{"Type"} == SUPPRESS)  { ++$ref->{"MatchCount"}; return 1; }
+
       # Evaluate the context expression of the rule
 
       if (!scalar(@{$ref->{"Context"}}))  { $context = []; }
