http://bugzilla.spamassassin.org/show_bug.cgi?id=3352
------- Additional Comments From [EMAIL PROTECTED] 2004-06-04 13:44 -------
kelsey.. you are running spamd with -q right?? i was seeing that handle_user
error and it was a result of bad syntax in user_scores_sql_custom_query
what does your user_scores_sql_custom_query look like?
mine looks like this... you might give it a shot.
user_scores_sql_custom_query SELECT preference, value FROM user_prefs
WHERE username = _USERNAME_ OR username = '$GLOBAL' OR username =
CONCAT('%',_DOMAIN_) ORDER BY username ASC
Note: I do it this way so an ascensding sort on $GLOBAL, %nmgi.com,
[EMAIL PROTECTED] lets the user have the final say.
i'm running redhat 7.3 perl 5.6.1 and latest SVN that i checked out this
morning.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.