RE: How to dump Bayes

2006-01-25 Thread Matthew.van.Eerde
Marc Dufresne wrote: > I have reviewed the man pages before posting, but couldn't find any > --export option. I have already tried dumping the Bayes database to a > file, but receive this error. Sorry, there's no --export option. Do --backup or --force-expire work? What about moving the files s

RE: How to dump Bayes

2006-01-25 Thread Marc Dufresne
I have reviewed the man pages before posting, but couldn't find any --export option. I have already tried dumping the Bayes database to a file, but receive this error. sa-learn --dump all >salearndump Out of memory during ridiculously large request at /usr/local/lib/perl5/site_perl/5.8.7/Mail/Spam

Re: How to dump Bayes

2006-01-24 Thread Marc Dufresne
I have posted my problem before Christmas concerning bayes database(Subject: SA-LEARN Keeps crashing at DBM.pm Line 624) It seems that the bayes database is corrupt at a certain location. How do I dump the database to see where the corruption is, remove it, save it, and perform an SA-LEARN --SYNC?

Re: How to dump Bayes

2006-01-17 Thread Matt Kettler
Clay Davis wrote: > How do I dump my Bayes db so I can see what the tokes are scored at? sa-learn --dump However, if you use SA 3.0.0 or higher you won't be able to actually read the tokens. They are stored in SHA hash form, and cannot be reversed back into the original text. The hashing provid