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/04/30 17:32:01 UTC

[Bug 3334] journal_live_path returning an invalid path for bayes _journal

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





------- Additional Comments From parkerm@pobox.com  2004-04-30 08:31 -------
Subject: Re:  New: journal_live_path returning an invalid path for bayes _journal

On Fri, Apr 30, 2004 at 08:16:54AM -0700, bugzilla-daemon@bugzilla.spamassassin.org wrote:
> 
> it's like its not looking for _journal in the 'bayes_path'.  looking at DBM.pm 
> i see it using a config option of 'journal_live_path', but its undocumented, so 
> i commented that stuff out...
> 

Config option?  I don't see a config option there?  It's caching the
filename for use later.

This code is OLD, so I imagine there is something else going on here.

How are you starting spamd?  If it just started appearing suddenly did
you perhaps make some sort of change in how you are starting spamd or
calling spamc?  Any other config changes you've made?

Possibly that value isn't getting blanked out when it should, but
since it's part of the Bayes object (which gets re-instantiated
whenever the user changed) maybe it's a sign of a larger problem.

> _get_journal_filename now looks like this...
> 
[snip]
> 
> so that fixes it for me!
> 

That is a work around, but like I said I think there is something else
going on.

Michael





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