On Thu, Apr 01, 2010 at 06:13:23PM -0700, - wrote:
Apr 1 11:27:21 (none) mimedefang-multiplexor[485]: Slave 0 stderr: plugin: eval failed: Can't call method "tie_db_readonly" on an undefined v alue at /usr/local/lib/perl5/site_perl/5.10.1/Mail/SpamAssassin/Plugin/Bayes.pm line 610. Apr 1 11:27:24 (none) mimedefang-multiplexor[485]: Slave 0 stderr: plugin: eval failed: Can't call method "untie_db" on an undefined value at /usr/local/lib/perl5/site_perl/5.10.1/Mail/SpamAssassin/Plugin/Bayes.pm line 373. Apr 1 11:27:24 (none) mimedefang-multiplexor[485]: Slave 0 stderr: plugin: eval failed: Can't call method "db_readable" on an undefined value at /usr/local/lib/perl5/site_perl/5.10.1/Mail/SpamAssassin/Plugin/Bayes.pm line 300. Apr 1 11:27:24 (none) mimedefang-multiplexor[485]: Slave 0 stderr: plugin: eval failed: Can't call method "db_readable" on an undefined value at /usr/local/lib/perl5/site_perl/5.10.1/Mail/SpamAssassin/Plugin/Bayes.pm line 300.
All those would seem to point to an undefined $self->{store} in SpamAssassin::Plugin::Bayes. The likely cause would be a failure in learner_new() in that module. If you turn on debug output, you should be able to see what's causing the creation of the BayesStore object to fail.
Cheers, Dave -- Dave O'Neill <[email protected]> Roaring Penguin Software Inc. +1 (613) 231-6599 http://www.roaringpenguin.com/ For CanIt technical support, please mail: [email protected] _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

