[EMAIL PROTECTED] wrote: > Hey guys, the bayes_toks and bayes_seen files for my users are pretty > bloated and beginning to effect my diskspace. Is there anything I can do ? > Just nuke them and start over? can I put a limit on them?
For bayes_toks, you can do sa-learn --force-expire, and the size limit is defined by bayes_expiry_max_db_size, which adjusts the number of tokens SA keeps. For bayes_seen, you'll have to nuke it. Note that this isn't entirely safe in 3.0.x and earlier, but in 3.1.x they added code to allow it to be nuked. See http://issues.apache.org/SpamAssassin/show_bug.cgi?id=2975