https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7735
--- Comment #81 from Giovanni Bechis <[email protected]> --- (In reply to Henrik Krohns from comment #80) > (In reply to Henrik Krohns from comment #76) > > > > --- lib/Mail/SpamAssassin/Plugin/Check.pm (revision 1905124) > > +++ lib/Mail/SpamAssassin/Plugin/Check.pm (working copy) > > @@ -316,7 +316,7 @@ > > $pms->got_hit($rulename, '', ruletype => 'meta', value => $result); > > } else { > > dbg("rules-all: ran meta rule $rulename, no hit") if > > $would_log_rules_all; > > - $h->{$rulename} = 0; # mark meta done > > + $pms->rule_ready($rulename, 1); # mark meta done > > } > > delete $mr->{$rulename}; > > delete $mp->{$rulename}; > > Vote to commit please. Even though it's quite trivial. +1 for me to commit this. -- You are receiving this mail because: You are the assignee for the bug.
