bogofilter and problem with header/body separator

Matthias Andree matthias.andree at gmx.de
Sat Mar 15 00:51:56 CET 2003


Fabrice Prigent <Fabrice.Prigent at univ-tlse1.fr> writes:

> 	And you are right :
> db_verify: Page 11763 encountered a second time on free list
> db_verify: DB->verify: goodlist.old: DB_VERIFY_BAD: Database
> verification failed

Try if you can rescue enough of it with

db_dump -r goodlist.old >goodlist.txt  (-R has emitted junk in my tests)
db_load goodlist.new <goodlist.txt
bogoutil -d goodlist.new | bogoutil -l goodlist.db.new

Check sizes, tokens but if it's shrunk too much, you'd better rebuild
the DB to avoid too many false positives.

-- 
Matthias Andree




More information about the Bogofilter mailing list