"df -i" output [was: copying wordlists]

David Relson relson at osagesoftware.com
Thu Nov 25 16:10:25 CET 2004


On Thu, 25 Nov 2004 14:59:45 +0000
Robin Bowes wrote:

> David Relson wrote:
>  > Robin,
>  >
>  > Those numbers look strange.  Zero Inodes used??? IUse% is 0%. 
>  > Those aren't right.  Also 4,294,967,295 is 2**32-1.
>  >
>  > Here's my output:
>  >
>  > [relson at osage src]$ df -i
>  > Filesystem            Inodes   IUsed   IFree IUse% Mounted on
>  > /dev/ide/host0/bus0/target0/lun0/part1
>  >                      9650176 2452963 7197213   26% /
>  >
> 
> As Matthies correctly guessed, I'm using reiserfs so I'm happy that
> this is OK.

"db_archive -h .bogofilter" will list the logfiles that can be archived,
i.e. are no longer needed.

To delete unneeded logfiles, I use:

  cd /my.bogofilter.directory
  rm -f `db_archive -h .`

Looking at the number of logfiles you've been generating, I suspect
you're using autoupdate ('-u') which results in all incoming messages
being added to your wordlists.  For the past 6 to 8 months I've been
using '-u --thresh_update=0.01" which does the autoupdate except for the
easy ham and spam, i.e. those messages scoring closer than 0.01 to 0.0
or 1.0.  Stated differently, messages with scores of 0.00 to 0.01 and
from 0.99 to 1.00 have scores that make their classification so obvious
that adding their tokens to the wordlist isn't valuable.



More information about the Bogofilter mailing list