> -----Messaggio originale----- > Da: mfahey [mailto:[EMAIL PROTECTED] > Inviato: mercoledì 19 settembre 2007 23.11 > A: users@spamassassin.apache.org > Oggetto: bayes_seen = 256GB > > > SpamAssassin-3.2.0 > Freebsd6.2 > > The file bayes_seen has grown in size to 256GB! (274992939008) > How do I cap the size limit of this file? I want to have it not grow > larger > then say 800mb at the most!
What about this: bayes_expiry_max_db_size <max-num-of-tokens> ? Despite its name, this conf directive wants the maximum number of tokens to be kept into the Bayes db. Docs says 150,000 tokens are roughly equivalent to 8MB. You could attempt to scale it to a number suitable to your needs. Giampaolo > > Thanks. > > -- > View this message in context: http://www.nabble.com/bayes_seen-%3D- > 256GB-tf4483829.html#a12786313 > Sent from the SpamAssassin - Users mailing list archive at Nabble.com.