Don O'Neil wrote:
Looks like the problem is the username interpretation....
Feb 12 19:53:44 bigbird spamd[85410]: config: Conf::SQL: executing SQL:
select p
reference, value from userpref where username = 'shcu0003' or username =
'@GLOBAL' order by username asc
Feb 12 19:53:44 bigbird spamd[85410]: config: retrieving prefs for shcu0003
from SQL server
Feb 12 19:53:44 bigbird spamd[85410]: info: user has changed
Shouldn't it be checking the actual delivery address, such as
'[EMAIL PROTECTED]' rather than the user ID? There are many email
accounts associated with that userID (the ID is that for the domain
account).
I was under the impression that that was they way it worked, and the GUI's
expect that too. Maybe I'm missing something in the config?
The username used is either the user spamc is run by or the username
supplied to spamc with the -u parameter. spamc can't just guess what
username to use, as you've suggested.
Daryl