Re: [SAtalk] Bayes database marge

2003-07-09 Thread Theo Van Dinter
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

Re: [SAtalk] Bayes database marge

2003-07-09 Thread Mark Jenks
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

Re: [SAtalk] Bayes database marge

2003-07-09 Thread Michael Parker
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

Re: [SAtalk] Bayes database marge

2003-07-09 Thread Mark Jenks
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

Re: [SAtalk] Bayes database marge

2003-07-09 Thread Theo Van Dinter
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

RE: [SAtalk] Bayes database marge

2003-07-09 Thread Marek Dohojda
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

Re: [SAtalk] Bayes database marge

2003-07-09 Thread Theo Van Dinter
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

[SAtalk] Bayes database marge

2003-07-09 Thread Marek Dohojda
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