| Main Archive Page > Month Archives > spamassassin-dev archives |
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6719
Bug #: 6719
Summary: Mail::SpamAssassin::BayesStore::SDBM does not have
method finish
Product: Spamassassin
Version: 3.3.2
Platform: PC
OS/Version: OpenBSD
Status: NEW
Severity: normal
Priority: P2
Component: Plugins
AssignedTo: dev@spamassassin.apache.org
ReportedBy: han@mijncomputer.nl
Classification: Unclassified
Since I setup SDBM as a bayes store I get this error message when I run
sa-update:
# /usr/local/bin/sa-update
Can't locate object method "finish" via package
"Mail::SpamAssassin::BayesStore::SDBM" at
/usr/local/libdata/perl5/site_perl/Mail/SpamAssassin/PluginHandler.pm line 238.
This implies that that module is loaded even though it isn't required for
sa-update and that sa-update is expecting "finish" which should be there but
isn't.
Or maybe I am missing something.
-- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.