http://bugzilla.spamassassin.org/show_bug.cgi?id=3334
------- Additional Comments From [EMAIL PROTECTED] 2004-05-03 11:49 ------- Subject: Re: journal_live_path returning an invalid path for bayes _journal I'm suspicious of the change in r10407: bug 2762: if spamd is restarted, and a file needs to get written (AWL or Bayes for instance) which is configured to be outside the default area (ie: awl_path /var/foo/bar/blah), the file will be created by the user launching spamd (root in most cases) which could end up being unaccessible by children processes. in compile_now(), we backup the default configuration values which include __userstate__, reset the defaults after init(), then after the whole check() completes, reset to the init() values. this lets spamd (and any other caller, optionally,) put all the startup files in a temp area. Bayes happens to cache the journal path from the startup causing the error. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
