Sandeep Agarwal wrote:
On 3/7/07, Daryl C. W. O'Shea <[EMAIL PROTECTED]> wrote:
On 3/2/2007 2:50 AM, Sandeep Agarwal wrote:
> any suggestions how to fix this or the reason for this.
It's probably being caused by bayes expiries. Disable auto expiry and
do the expiries via a cron job.
Daryl
thanks Daryl, the problem seems fixed, will disabling this feature
will have any effect on spamassassin ? like db will grow very large
and slow down spamassassin itself. if yes then whats the best way to
cleanup the db
As long as you do the expiries via a cron job the database size will be
kept in check. If you never run expiries, and have bayes_auto_learn
enabled (default) then, yeah, the database is going to grow.
Daryl