1BOGOLEXER(1) Bogofilter Reference Manual BOGOLEXER(1)
2
3
4
6 bogolexer - Utility program for separating email messages into tokens
7
9 bogolexer [-p] [-q] [-h] [-n] [-v] [-x flags] [-c file] [-C] [-D]
10 [-I file] [-O file] [-V]
11
13 Bogolexer is part of the bogofilter Bayesian spam filter package.
14
15 It is used to separate messages into tokens and to test new versions of
16 the lexer.l code.
17
19 The -p option tells bogolexer to print just the tokens read from stdin,
20 without any extra messages.
21
22 The -q option tells bogolexer to print a token count, without printing
23 the actual tokens.
24
25 The -h option prints the help message and exits.
26
27 The -n option tells bogolexer to map non-ascii characters to the
28 question point '?'.
29
30 The -v option increases the verbosity level.
31
32 The -x flags option allows setting of debug flags for printing debug
33 messages.
34
35 The -cfilename option tells bogolexer to read the config file named.
36
37 The -C option prevents bogolexer from reading configuration files.
38
39 The -D option redirects the debugging output to stdout (it defaults to
40 stderr).
41
42 The -I filename option tells bogolexer to read its input from the
43 specified file, rather than from stdin.
44
45 The -O filename option tells bogolexer to write its output to the
46 specified file, rather than to stdout.
47
48 The -V option prints the version number and exits.
49
51 The bogofilter developer team.
52
53 For updates, see the bogofilter project page[1].
54
56 bogofilter(1), bogotune(1), bogoupgrade(1), bogoutil(1)
57
59 1. the bogofilter project page
60 http://bogofilter.sourceforge.net/
61
62
63
64Bogofilter 06/29/2013 BOGOLEXER(1)