Inaccurate Manpage

David Relson relson at osagesoftware.com
Mon Dec 2 20:11:19 CET 2002


Suzanne,

I've done a quick rewrite and enclosed a patch.  Is there more that needs 
to be said?

Again, thanks for noticing the problem and letting us know.

David
-------------- next part --------------
[relson at osage cvs]$ cvs diff bogofilter.xml
Index: bogofilter.xml
===================================================================
RCS file: /cvsroot/bogofilter/bogofilter/bogofilter.xml,v
retrieving revision 1.36
diff -u -r1.36 bogofilter.xml
--- bogofilter.xml	1 Dec 2002 17:21:10 -0000	1.36
+++ bogofilter.xml	2 Dec 2002 19:08:41 -0000
@@ -190,12 +190,15 @@
 lists the tokens with highest deviation from a mean of 0.5 association
 with spam.</para>
 
+<para>The Robinson method is the default algorithm used for computing a
+message's spamicity score, unless <application>bogofilter</application> 
+has been compiled without it, by using the 
+<option>--disable-robinson-method</option> option to the configure
+script.  The method to be used can be specified on the command line or
+in the configuration file.</para>
+
 <para>The <option>-g</option> option selects the original Graham form
-of the calculation method.  This is the default unless the
-<option>-r</option> option is specified, or unless
-<application>bogofilter</application> has been compiled with the
-<option>--disable-graham-method</option> option to the configure
-script.</para>
+of the calculation method.</para>
 
 <para>The <option>-r</option> option selects the Robinson modifications
 to the calculation method.  This is automatically enabled when the



More information about the Bogofilter mailing list