Re: My bayes journal just keeps growing

2006-12-14 Thread Theo Van Dinter
On Thu, Dec 14, 2006 at 12:48:34PM +0530, Ramprasad wrote:
 The problem is my bayes_journal file grows immensely ( around 500Mb a
 day ) but the bayes_toks files hardly gets touched

It sounds like syncing is not working for you.

 When I do a bayes-expiry the process seems to hang (after even 3-4
 hours ) and I simply resort to deleting the journal file. Because I cant

Why do you delete the journal, which has nothing to do with expiry?  Have you
run in debug mode to see what is going on?

-- 
Randomly Selected Tagline:
You tell 'em Goldfish, You've been around the globe.


pgponvjmQucWL.pgp
Description: PGP signature


My bayes journal just keeps growing

2006-12-13 Thread Ramprasad
I run SA 3.1.5 with MailScanner

I have in my cf file
bayes_learn_to_journal  1
use_bayes 1
bayes_path /var/spool/MailScanner/spamassassin/bayes
bayes_file_mode 0666
bayes_auto_expire 0

The problem is my bayes_journal file grows immensely ( around 500Mb a
day ) but the bayes_toks files hardly gets touched

When I do a bayes-expiry the process seems to hang (after even 3-4
hours ) and I simply resort to deleting the journal file. Because I cant
keep waiting for expiry to get complete. (We get a HUGE traffic of
around 7 Million mails a day on 14 loadbalanced servers )

I am looking at MySQL based bayes, but that will take time to get
implemented
What is the best way of setting up bayes for high traffic servers

Thanks
Ram