Bug 3066 - handle_virtual_user sets invalid user_dir
Summary: handle_virtual_user sets invalid user_dir
Status: RESOLVED DUPLICATE of bug 2641
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: spamc/spamd (show other bugs)
Version: 2.63
Hardware: Other All
: P5 normal
Target Milestone: 3.1.0
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-19 05:16 UTC by Ondrej Sury
Modified: 2004-04-28 09:39 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Sury 2004-02-19 05:16:12 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.
Comment 1 Justin Mason 2004-04-28 17:39:27 UTC
that's exactly what it's supposed to do.  see bug 2641

*** This bug has been marked as a duplicate of 2641 ***