On Wed, Jul 09, 2003 at 01:53:13PM -0500, Mark Jenks wrote:
> Funny, I just moved my 1.85 Berkeley DB to Version 7 doing is this way.
> (except I had to use db-dump185)
Updating your DB is one thing. Merging 2 DBs together is completely
different. I doubt the db-file utils understand merging to
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_dum
On Wed, Jul 09, 2003 at 01:38:41PM -0400, Theo Van Dinter wrote:
> On Wed, Jul 09, 2003 at 10:18:28AM -0700, Marek Dohojda wrote:
> > Is it possible to merge two bayes databases into one? I have two mailservers
>
> Possible? Yes. However, there are no tools currently available to do
> this, so y
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
-Mark
Theo Van Dinter wrote:
On Wed, Jul 09, 2003 at 1
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
> c
Hmmm how would I go about writing a tool such as this? Sorry I don't have
much information on this. Where can I find the stracture of this database?
(sorry if this is FAQ).
Yeah well maybe I want to sink my databases ;) syncing them is way too much
work.
-Original Message-
From: Theo Va
On Wed, Jul 09, 2003 at 10:18:28AM -0700, Marek Dohojda wrote:
> Is it possible to merge two bayes databases into one? I have two mailservers
Possible? Yes. However, there are no tools currently available to do
this, so you'd have to write them yourself.
> learning the databases are quite a bit
Hello everyone.
I asked this question earlier but didn't get a respond.
Is it possible to merge two bayes databases into one? I have two mailservers
that are filtering spam, and because of self learning as well as forced
learning the databases are quite a bit out of sink. I would like to be able