Re: Cannot find stalled SpamAssassin rule
Arrigo Triulzi <[email protected]> Mon, 24 Feb 2025 16:37:04 +0100
| Newsgroups | gmane.mail.virus.amavis.user |
|---|---|
| Message-ID | <[email protected]> |
> On 24 Feb 2025, at 15:59, Damian <[email protected]> wrote: > >> and I am unable to find any reference to _eval_tests_type11_prineg90_set3 in the SpamAssassin code. Does anyone have any useful hints? >> > Could be Bayes, as those rules have priority -90. I upped logging to $log_level = 3; # verbosity 0..5, -d and the result is not very helpful: Feb 24 15:36:04 bagheera amavis[84367]: (84367-03) _WARN: bayes: expire_old_tokens: __alarm__ignore__(154/::Plugin::Check::run_eval_tests/1028) Feb 24 15:36:04 bagheera amavis[84367]: (84367-03) SA info: check: exceeded time limit in Mail::SpamAssassin::Plugin::Check::_eval_tests_type11_prineg90_set3, skipping further tests Feb 24 15:36:04 bagheera amavis[84367]: (84367-03) _WARN: Use of uninitialized value $score in numeric ge (>=) at /usr/local/libdata/perl5/site_perl/Mail/SpamAssassin/PerMsgStatus.pm line 482. Feb 24 15:36:04 bagheera amavis[84367]: (84367-03) _WARN: Use of uninitialized value $score in numeric le (<=) at /usr/local/libdata/perl5/site_perl/Mail/SpamAssassin/PerMsgStatus.pm line 482. Feb 24 15:36:04 bagheera amavis[84367]: (84367-03) _WARN: Use of uninitialized value $score in sprintf at /usr/local/libdata/perl5/site_perl/Mail/SpamAssassin/PerMsgStatus.pm line 485. The exact same amavisd.conf and SpamAssassin setup on a separate machine is fine - perhaps something got corrupted? Arrigo