bogofilter 0.93.4 - new current release

Chris Wilkes cwilkes-bf at ladro.com
Sun Jan 9 18:30:02 CET 2005


On Sun, Jan 09, 2005 at 10:38:57AM -0500, David Relson wrote:
> 
> The 0.93.4 includes additional tweaks for supporting Berkeley DB
> transactions, new options for ./configure for russian language support
> (specifically "--enable-russian" and "--default-charset=charsetname"),
> and a common "long options" file shared by bogofilter, bogolexer, and
> bogoutil.  The usual number of small changes is also included.  Read
> below for further details.

I suffered from the same lock table errors reported by others in 0.93.3
when trying to do a bf_compact.  I updated to 0.93.4 and tried again:

$ bf_compact $BOGOFILTER_DIR wordlist.db
  mv: cannot overwrite directory `/home/vmail/maildirs/cwilkes/.bogofilter/.old/.bogofilter'
$ rmdir /home/vmail/maildirs/cwilkes/.bogofilter/.old/.bogofilter
$ bf_compact $BOGOFILTER_DIR wordlist.db
mv: cannot move `/home/vmail/maildirs/cwilkes/.bogofilter/' to a
subdirectory of itself, `/home/vmail/maildirs/cwilkes/.bogofilter/.old/.bogofilter'

Can I use the wordlist.df found in bf_compact.$$/ ?

I was also able to do a
   bogoutil -d wordlist.db | bogoutil -l wordlist.db.new
without the lock problem.  However I sometimes get these errors:
  $ mv wordlist.db.new wordlist.db
  $ bogofilter -B $files -v
  /home/vmail/maildirs/cwilkes/.bogofilter/wordlist.db.new: No such file or directory
which is a little odd -- a simple grep for "new" in the $BOGOFILTER_DIR
doesn't show anything referencing the new wordlist file.

Chris



More information about the Bogofilter mailing list