On Fri, Oct 08, 2004 at 09:23:34PM -0600, [EMAIL PROTECTED] wrote: > I took out the custom query, it's still choosing user 'nobody' when I > send an email to my address. > > logmsg: connection from localhost.localdomain [127.0.0.1] at port 46482 > debug: Conf::SQL: executing SQL: select preference, value from userpref > where u > sername = 'nobody' or username = '@GLOBAL' order by username asc > debug: retrieving prefs for nobody from SQL server > debug: user has changed > debug: bayes: 12772 tie-ing to DB file R/O /root/.spamassassin/bayes_toks > debug: bayes: 12772 tie-ing to DB file R/O /root/.spamassassin/bayes_seen > debug: bayes: found bayes db version 3 > > I'm not sure if I have a problem with the query (or how it needs to be > setup to work successfully for multiple users and domains) or if it's a > problem with exiscan not passing something. > > thanks >
You need to send the the username to spamd. As I said, you need to read the documentation for exiscan to figure out how to send the username to spamd for each scan. Michael