SA Bugzilla – Bug 3525
spamd using wrong user bayes and auto-whitelist
Last modified: 2004-07-12 15:35:35 UTC
Using r21526, spamd is setup for virtual users and is selecting the wrong user directory for the bayes and auto-whitelist. spamd is started with arguments "--virtual-config-dir=/vhome/users/%u/spamassassin -x --socket-path /tmp/spamd.sock -s /var/log/spamd -D -r /var/run/spamd/spamd.pid -d -u mail" Extract from log at start of handling a mail 2004-06-21 12:54:21 [11836] i: logmsg: got connection over /tmp/spamd.sock 2004-06-21 12:54:21 [11836] i: got connection over /tmp/spamd.sock 2004-06-21 12:54:21 [11836] i: logmsg: Using default config for bshipp: /vhome/users/bshipp/spamassassin/user_prefs 2004-06-21 12:54:21 [11836] i: Using default config for bshipp: /vhome/users/bshipp/spamassassin/user_prefs 2004-06-21 12:54:21 [11836] i: debug: user has changed 2004-06-21 12:54:21 [11836] i: debug: bayes: 11836 tie-ing to DB file R/O /vhome/users/astrachan/spamassassin/.spamassassin/bayes_toks 2004-06-21 12:54:21 [11836] i: debug: bayes: 11836 tie-ing to DB file R/O /vhome/users/astrachan/spamassassin/.spamassassin/bayes_seen 2004-06-21 12:54:21 [11836] i: debug: bayes: found bayes db version 3
*** This bug has been marked as a duplicate of 3517 ***
Is this really a duplicate? Notice that the mail is for user "bshipp", but that spamd has opened the bayes files for user "astrachan".
Hmmm....perhaps you're right I thought it was the .spamassassin part. Re-opening.
this is related to, and very possibly the same issue as 3595 not sure due to the virtual-config-dir bit.
ok, I'm pretty convinced this is the same as 3595. closing as duplicate. :) *** This bug has been marked as a duplicate of 3595 ***