http://bugzilla.spamassassin.org/show_bug.cgi?id=4406
------- Additional Comments From [EMAIL PROTECTED] 2005-07-09 08:49 -------
Can you paste the output from:
select * from userpref where username = '[EMAIL PROTECTED]' or username =
'$GLOBAL' or username = CONCAT('%','heluna.com') order by username asc;
notice the select * instead of the specific column names.
Also, could you apply this patch and rerun with spamd debug output:
Index: lib/Mail/SpamAssassin/Conf/SQL.pm
===================================================================
--- lib/Mail/SpamAssassin/Conf/SQL.pm (revision 179284)
+++ lib/Mail/SpamAssassin/Conf/SQL.pm (working copy)
@@ -151,6 +151,7 @@
while(@row = $sth->fetchrow_array()) {
$text .= "$row[0]\t$row[1]\n";
}
+ dbg("Conf:SQL: Retrieved prefs: $text");
if($text ne '') {
$main->{conf}->{main} = $main;
$main->{conf}->parse_scores_only(join('',$text));
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.