http://bugzilla.spamassassin.org/show_bug.cgi?id=4401
------- Additional Comments From [EMAIL PROTECTED] 2005-06-16 10:14 ------- no, I got what the code was supposed to do, alright, although I missed that call to get_and_create_userstate_dir. however signal_user_changed() also takes actions based on stuff possibly done in read_scoreonly_config(); for example, it'll reconnect to a user's bayes db. so that has to occur after read_scoreonly_config(). A more complex fix is needed. What needs to be done is splitting signal_user_changed() into two parts; one that happens before config is read (setting user_dir and username), one that happens afterwards (reconnecting to bayes). ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
