BogoUtil options

Evgeny Kotsuba evgen at shatura.laser.ru
Sun Dec 26 11:26:13 CET 2004


Hi,
X:\>bogoutil
bogoutil: Exactly one of the -C, -d, -f, -F, -P, -l, -R or -w flags must 
be present.

X:\>bogoutil.exe -h
Usage: bogoutil { -d | -l | -w | -p } file.db | { -r | -R | -f | -F | -P 
} directory | [ -v | -h | -V ]

  -h, --help                - print this help message.
  -V, --version             - print version information and exit.
  -d, --dump=file           - dump data from file to stdout.
  -l, --load=file           - load data from stdin into file.
  -u, --upgrade=file        - upgrade wordlist version.
info options:
  -w dir                    - display counts for words from stdin.
  -p dir                    - display word counts and probabilities.
  -I, --input-file=file     - read 'file' instead of standard input.
  -H dir                    - display histogram and statistics for the 
wordlist

                            - use with -v  to exclude hapaxes.
                            - use with -vv to exclude pure spam/ham.
  -r dir                    - compute Robinson's X for specified directory.
  -R dir                    - compute Robinson's X and save it in the 
wordlist.
  -v, --verbosity           - set debug verbosity level.
  -D, --debug-to-stdout     - direct debug output to stdout.
  -x, --debug-flags=list    - set flags to display debug information.
database maintenance:
  -m                        - enable maintenance works (expiring tokens).
  -n                        - replace non-ascii characters with '?'.
  -a age                    - exclude tokens with older ages.
  -c cnt                    - exclude tokens with lower counts.
  -s l,h                    - exclude tokens with lengths between 'l' 
and 'h' (
ow and high).
  -y, --timestamp-date=date - set default date (format YYYYMMDD).
environment maintenance:
  -k, --db_cachesize=size   - set Berkeley DB cache size (MB).
  -C, --check=file          - check data file.
  -P, --prune=dir           - remove inactive log files in dir.
  -f, --recover=dir         - run recovery on data base in dir.
  -F, --crecover=dir        - run catastrophic recovery on data base in dir.
      --remove-environment  - remove environment.
=======================
What is

X:\>bogoutil.exe -v
bogoutil: Exactly one of the -C, -d, -f, -F, -P, -l, -R or -w flags must 
be present.
But from Usage string it follows that  we can use "bogoutil.exe -v"

X:\>bogoutil.exe -m
X:\bogoutil.exe: option requires an argument -- m
Option -m requires an argument.

There is no "m" in usage string and there is no argument to "m" in 
online help

May be there are also some other  inaccuracies in BogoUtil -h

SY,
EK





More information about the bogofilter-dev mailing list