You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/01/28 16:09:55 UTC

[Bug 2976] New: handle_user_sql() not reached

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: spamassassin-dev@incubator.apache.org
        ReportedBy: karel@narfum.org


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 my@email.com < 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 
[my@email.com]!
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 
<GT...@example.net> for karel@narfum.org: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.