You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/02/19 14:16:14 UTC

[Bug 3066] New: handle_virtual_user sets invalid user_dir

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: spamassassin-dev@incubator.apache.org
        ReportedBy: ondrej@sury.org


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.