https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7735

--- Comment #56 from Henrik Krohns <apa...@hege.li> ---
I see that the "unrun" rules logging was still buggy.

dbg: rules: RESULT1 DIGEST_MULTIPLE $VAR1 = '';
dbg: rules: RESULT2 DIGEST_MULTIPLE $VAR1 = '';
dbg: rules-all: ran meta rule DIGEST_MULTIPLE, no hit
dbg: rules-all: unrun dependencies prevented meta DIGEST_MULTIPLE from running:
DCC_CHECK

It didn't check that double evaluation succeeded.. I'll add this to Bug 8061
patch since it's pending for Check.pm

   if ($would_log_rules_all) {
     foreach my $rulename (sort keys %{$pms->{conf}->{meta_tests}}) {
       next if !$pms->{conf}->{scores}->{$rulename};
+      next if exists $h->{$rulename};

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to