Bogofilter migration & tuneup

Matthias Andree matthias.andree at gmx.de
Mon Dec 5 19:21:53 CET 2005


Robin Bowes <robin-lists at robinbowes.com> writes:

> cd .bogofilter # empty dir
> db_dump -r ../.bogofilter.bak/wordlist.db > wordlist.saved
> # wordlist.saved is 98M
> db_load wordlist.db < wordlist.saved
> db_load: line 1: unexpected format

Strange. Are you using the right tools for your database? Does the
db_load version match the db_dump version?

db_load may be restricted to only load dumps of the same format. Try
adding "-p" to db_dump to get a readable output (but use a decent pager
that protects you from console messup, such as less).

-- 
Matthias Andree



More information about the Bogofilter mailing list