http://bugzilla.spamassassin.org/show_bug.cgi?id=3066
Summary: handle_virtual_user sets invalid user_dir
Product: Spamassassin
Version: 2.63
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: spamc/spamd
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
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.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.