http://bugzilla.spamassassin.org/show_bug.cgi?id=3826





------- Additional Comments From [EMAIL PROTECTED]  2004-10-16 22:02 -------
Subject: Re:  spamd keeps user_prefs between scans with different users

In particular, this code probably needs some work to set the variable
correctly:

my $copy_config_p = $setuid_to_user || $opt{'sql-config'} || 
$opt{'ldap-config'} || $opt{'virtual-config-dir'}; 

Grasping at straws here:

my $copy_config_p = $setuid_to_user || $opt{'user-config'} || $opt{'sql-config'}
                    || $opt{'ldap-config'} || $opt{'virtual-config-dir'}; 

Which seems to fix it for me.  So here is the question, what are all
the cases where we would want to make sure we copy the config back in
place?

Michael




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to