SA Bugzilla – Bug 3066
handle_virtual_user sets invalid user_dir
Last modified: 2004-04-28 09:39:27 UTC
When using virtual-config-dir or virtual-config directive, spamd sets invalid user_dir When using virtual-config-dir then user_prefs is set to $userdir."/user_prefs" and user_dir is set to $userdir. Here the fix is easy, just change preferences file to $userdir."/.spamassassin/user_prefs". When using virtual-config the situation is more complicated because there is no such think as per user dir, you should probably disable bayes and another code which writes to .spamassassin directory. O.
that's exactly what it's supposed to do. see bug 2641 *** This bug has been marked as a duplicate of 2641 ***