Manpages

Manpage of bogol

bogol

Section: User Commands (1)
Updated: June 21, 2003
Index
Return to Main Contents
 

NAME

bogol - lexical analysis and database lookup for an email message  

SYNOPSIS

bogol [-h | path/to/bogofilter/directory]
 

DESCRIPTION

bogol creates a message digest consisting of a .MSG_COUNT line, followed by one line per token. The format is

    ".MSG_COUNT" 1234 2345
    "token" 234 345
    ...

The .MSG_COUNT line gives the numbers of messages that make up the spam and nonspam wordlists, respectively; each token line gives the counts of the token in the spam and nonspam wordlists, respectively. The bogol script is meant to be invoked by a command similar to

    formail -s bogol dbdir <mboxfile >digestfile
 

OPTIONS

-h
The option -h displays help.
 

BOGOFILTER DIRECTORY

The bogofilter directory is where the wordlists are kept. It defaults to ~/.bogofilter if no path is provided on the command line.  

SEE ALSO

bogofilter(1), bogolexer(1), bogoutil(1), apclass(1).


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
BOGOFILTER DIRECTORY
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 20:09:44 GMT, April 25, 2024