On Wed, 2004-12-15 at 20:46, Matt Kettler wrote: > At 02:05 PM 12/15/2004, BCC wrote: > >The file size of the bayes database on a server is becoming large : > >bayes_seen is 160 MB and bayes_toks is 8 MB. This mail server processes > >around 30000 mails a day, as a relay. > <snip> > > > >Is it normal to have such large file sizes ? The fine manual says that > >with such settings, the file size should stay around 8 MB, but do these > >8 MB represent the "normal" size of the bayes_toks file, or the normal > >size of the bayes_seen one ? > > The manual is refering to bayes_toks. bayes_seen is handled separately, and > does not have any expiry support at present... > > This is a known bug, see: > > http://bugzilla.spamassassin.org/show_bug.cgi?id=2975 >
Thank you for your answer. Do you think that this large file size could be the reason why spamd silently crashed ? There is no visible lack of resources on this server (memory/cpu/disk/swap), so I wonder if should search another reason. But I cannot reproduce the crash, and spamd is running fine since I restarted it manually, without doing anything about this large bayes_seen file yet.