Funny, I just moved my 1.85 Berkeley DB to Version 7 doing is this way. (except I had to use db-dump185)

-Mark

Theo Van Dinter wrote:

On Wed, Jul 09, 2003 at 01:36:17PM -0500, Mark Jenks wrote:


I would think that you would be able to do something like:

db_dump -f bayes-1.dump bayes-1
db_dump -f bayes-2.dump bayes-2
cat bayes-1.dump bayes-2.dump > bayes.merge
db_load -f bayes.merge bayes-new
cp bayes-new bayes-1
cp bayes-new bayes-2



Technically db_dump is check_bayes_db (or "sa-learn --dump" for you 2.60-ers out there), but there's no db_load. Hence the "you'd have to write it yourself" bit.






------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to