https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7976
Bug ID: 7976 Summary: Check.pm wrong pointer Product: Spamassassin Version: 4.0.0 Hardware: All OS: All Status: NEW Severity: minor Priority: P2 Component: Plugins Assignee: dev@spamassassin.apache.org Reporter: sa-...@lrz.de Target Milestone: Undefined +++ /tmp/Check.pm 2022-04-19 22:29:16.876175277 +0200 @@ -1233,7 +1233,7 @@ if (!$eval_result) { my $eval_stat = $@ ne '' ? $@ : "errno=$!"; chomp $eval_stat; warn "rules: failed to compile eval tests, skipping some: $eval_stat\n"; - $self->{rule_errors}++; + $pms->{rule_errors}++; } else { my $method = "${package_name}::${methodname}"; -- You are receiving this mail because: You are the assignee for the bug.