http://bugzilla.spamassassin.org/show_bug.cgi?id=3006
Summary: SQL user-prefs stopped working latest trunk
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: spamc/spamd
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
Previously running SA 2.70-6172 with Michael Parker's awl/bayes SQL patch and
user-prefs via SQL worked prefectly. After uninstalling 6172 and installing
the latest trunk 6256, SQL user-prefs stopped working with this error:
Feb 4 10:38:15 server spamd[5814]: Can't call method "call_plugins" on an
undefined value at /usr/lib/perl5/site_perl/5.8.2/Mail/SpamAssassin/Conf.pm
line 1785, <GEN595> line 2.
Feb 4 10:38:15 server spamd[5814]: failed to load user scores from SQL
database, ignored
SQL awl/bayes are still working great, spamd continues to process the message
using SA's default preferences. Thee error is always on line 1785 which is:
if ($self->{main}->call_plugins ("parse_config", {
line => $_,
user_config => $scoresonly
}))
{
# a plugin dealt with it successfully.
next;
}
from Conf.pm
OS is RH 9 with Perl 5.6.2 (without threads).
Any ideas/suggestions?
Thanks
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.