On Tue, Apr 20, 2021 at 07:21:04AM -0700, John Hardin wrote: > On Sun, 18 Apr 2021, [email protected] wrote: > > > https://bz.apache.org/SpamAssassin/show_bug.cgi?id=3563 > > > > Henrik Krohns <[email protected]> changed: > > > > What |Removed |Added > > ---------------------------------------------------------------------------- > > Depends on| |6901 > > Status|NEW |RESOLVED > > Resolution|--- |FIXED > > CC| |[email protected] > > > > --- Comment #12 from Henrik Krohns <[email protected]> --- > > Closing as Bug 6901 supposedly fixed this. > > > > > > Referenced Bugs: > > > > https://bz.apache.org/SpamAssassin/show_bug.cgi?id=6901 > > [Bug 6901] untie db first to fix "bayes db version 0 is not able to be used, > > aborting!" problem > > ...and what should pop up in last night's masscheck run but: > > bayes: bayes db version 0 is not able to be used, aborting! at > > /home/jhardin-masscheck/spamassassin/masscheckwork/nightly_mass_check/masses/../lib/Mail/SpamAssassin/BayesStore/DBM.pm > line 202.
Umm.. popped in my logs too around 18-04-2021 / r1888881. Only seems to happen when parallel -j=x is used. There shouldn't be any reason to have Bayes plugin active in masschecks anyway, it just wastes CPU time tokenizing stuff. It always starts from an empty database and bayes_auto_learn 0 is set, so it really doesn't do anything. Not sure why it's not default in automasscheck-minimal.sh, but everyone should add --cf 'use_bayes 0' to run_masscheck arguments or CUSTOM_PREFS.
