bogofilter-0.12.2 available

David Relson relson at osagesoftware.com
Wed Apr 30 16:32:30 CEST 2003


Bogofilter version 0.12.2 has been released on SourceForge.

Version 0.12.0 added a group of changes oriented towards tuning bogofilter 
for optimal performance.  There are also new flags for bulk mode 
operations, which can be useful to ISPs and which are useful in tuning 
bogofilter.

Versions 0.12.1 and 0.12.2 have added minor bugfixes to 0.12.0

See the RELEASE NOTES below for more information.

Project page:  http://bogofilter.sourceforge.net/
Download page: http://sourceforge.net/project/showfiles.php?group_id=62265

			       =================
				RELEASE NOTES
			       =================

Bogofilter 0.12.0 includes a new file, bogofilter-tuning.HOWTO.
It's in the bogofilter/doc directory and replaces README.Robinson.

Directory bogofilter/tuning has been added and contains scripts for
running tuning experiments as described in the new HOWTO. See file
bogofilter/tuning/README for more information.

Bogofilter's man page and help message describe the many command line
switches.  They have been divided into groups (help, classification,
registration, general, algorithm, parameter, and info) in both places.

Bogofilter 0.12.0 has three new command line switches for rapidly scoring
large numbers of messages.  These "bulk mode" switches are especially
useful for the tuning process.  The new switches are:

-M - allows scoring all the messages in a mbox formatted file.  If
used with "-v", an X-Bogosity line is printed as each message is
scored.  Using the "-t" (terse) option is recommended to reduce the
amount of output.

-B - allows scoring of multiple message files, with each file
containing a single message.  With this option, bogofilter expects the
file names to be at the end of the command line.  If used with "-v",
the file name is included in each printed line.  Using "-t" is
recommended.

-b - allows scoring of multiple message files, with each file
containing a single message.  With this option, bogofilter reads the
file names from stdin.  This option can be used with maildirs, as in
"ls Maildir/* | bogofilter -b ..."  If used with "-v", the file name
is included in each printed line.  Using "-t" is recommended.

New script bogolex.sh converts an email to a special file format that
contains the information needed by bogofilter to score the email.
Its use speeds up the message scoring done by the tuning scripts.  The
script is described in more detail in bogofilter/tuning/README.





More information about the Bogofilter mailing list