https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6046
--- Comment #19 from Mark Martinec <[email protected]> 2009-02-10 08:14:32 PST --- - BDB.pm: no wonder no tokens were ever found, sought in 'seen' instead of in a 'tokens' database; - BDB.pm: fix 'sa-learn --dump' failing: plugin: eval failed: bayes: dump_db_toks: not implemented plugin: eval failed: Can't locate object method "compute_prob_for_token" via package "Mail::SpamAssassin::Plugin::Bayes" at BDB.pm line 615 - BDB.pm: add new subroutine _mget, and move a loop through search tokens from tok_get_all into _mget, avoiding one level of procedure call for few-hundred tokens - BDB.pm: comment-out debug calls to Data::Dumper - added a timing report to Plugin::Bayes::learner_expire_old_training Sending lib/Mail/SpamAssassin/BayesStore/BDB.pm Sending lib/Mail/SpamAssassin/Plugin/Bayes.pm Transmitting file data .. Committed revision 743007 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=743007 ). -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
