http://bugzilla.spamassassin.org/show_bug.cgi?id=2976
Summary: handle_user_sql() not reached
Product: Spamassassin
Version: 2.63
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: spamc/spamd
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
I'm running spamd with these options:
/usr/local/bin/spamd -m 10 -x -Q -d --pidfile=/var/run/spamd.pid
Now when I try to test spamc with this:
spamc -u [EMAIL PROTECTED] < sample-spam.txt
I get the folowing error in the syslog:
Jan 28 15:11:51 tooske spamd[1388]: handle_user() -> unable to find user
[EMAIL PROTECTED]
Jan 28 15:11:51 tooske spamd[1388]: Still running as root: user not specified
with -u, not found, or set to root. Fall back to nobody.
Jan 28 15:11:51 tooske spamd[1388]: processing message
<[EMAIL PROTECTED]> for [EMAIL PROTECTED]:65534.
The debug info says it uses the handle_user() call, but it should be using the
handle_user_sql() code, as I'm running it with the -Q option. I double checked
the output, and there are indeed no queries being made to the database. The
database also works, becase @GLOBAL settings are being applied.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.