Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bf_copy(1) [debian man page]

BF_COPY(1)						    Bogofilter Reference Manual 						BF_COPY(1)

NAME
bf_copy - shell script to copy a bogofilter working directory SYNOPSIS
bf_copy [-c] source_dir destination_dir DESCRIPTION
bf_copy copies a bogofilter working directory to another directory. Currently it copies the database files (*.db), related files (log.*), and DB_CONFIG (if present). OPTIONS
The -c option causes only active log files to be copied, not all. The default is to copy all log files. EXIT STATUS
The script exits with status code 0 if everything went well, and nonzero if it encountered trouble. BUGS
This script assumes all *.db files in the source directory are relevant and copies them. This may not match your actual configuration. NOTES
This script is meant for use with Berkeley DB and SQLite based bogofilter versions. This script expects a SUSv2 compliant shell. Solaris systems should have the SUNWxcu4 package installed (when bogofilter is configured) so that /usr/xpg4/bin/sh can be used. AUTHORS
Matthias Andree Bogofilter 03/15/2010 BF_COPY(1)

Check Out this Related Man Page

BOGOLEXER(1)						    Bogofilter Reference Manual 					      BOGOLEXER(1)

NAME
bogolexer - Utility program for separating email messages into tokens SYNOPSIS
bogolexer [-p] [-q] [-h] [-n] [-v] [-x flags] [-c file] [-C] [-D] [-I file] [-O file] [-V] DESCRIPTION
Bogolexer is part of the bogofilter Bayesian spam filter package. It is used to separate messages into tokens and to test new versions of the lexer.l code. OPTIONS
The -p option tells bogolexer to print just the tokens read from stdin, without any extra messages. The -q option tells bogolexer to print a token count, without printing the actual tokens. The -h option prints the help message and exits. The -n option tells bogolexer to map non-ascii characters to the question point '?'. The -v option increases the verbosity level. The -x flags option allows setting of debug flags for printing debug messages. The -cfilename option tells bogolexer to read the config file named. The -C option prevents bogolexer from reading configuration files. The -D option redirects the debugging output to stdout (it defaults to stderr). The -I filename option tells bogolexer to read its input from the specified file, rather than from stdin. The -O filename option tells bogolexer to write its output to the specified file, rather than to stdout. The -V option prints the version number and exits. AUTHOR
The bogofilter developer team. For updates, see the bogofilter project page[1]. SEE ALSO
bogofilter(1), bogotune(1), bogoupgrade(1), bogoutil(1) NOTES
1. the bogofilter project page http://bogofilter.sourceforge.net/ Bogofilter 03/15/2010 BOGOLEXER(1)
Man Page