bogofilter.xml patch

Matthias Andree ma at dt.e-technik.uni-dortmund.de
Tue Sep 17 01:42:36 CEST 2002


Hi,

as I'm totally verdant when it comes to converting DocBook XML into man
pages (someone got any pointers for screeching crash guides available?),
I'm not checking this one in because I don't know if it can actually be
validated as proper docbook and if it can be translated to man.

Could someone else please have a look, try it, and if the resulting man
page looks good, check this in along with a proper

bogofilter.1: bogofilter.xml
        mumbleXMLtoMAN $< >$@

Makefile.am patch?

--- bogofilter.xml~	14 Sep 2002 22:15:20 -0000	1.1.1.1
+++ bogofilter.xml	16 Sep 2002 23:06:34 -0000
@@ -78,7 +78,7 @@
 to register the text presented on standard input as spam.  The spam
 wordfile is created if absent.</para>
 
-<para>The <option>-n</option> tells
+<para>The <option>-h</option> tells
 <application>bogofilter</application> to register the text presented
 on standard input as non-spam.</para>
 
@@ -87,7 +87,7 @@
 on standard input as spam and to undo a prior registration of the
 same message as non-spam.</para>
 
-<para>The <option>-N</option> tells
+<para>The <option>-H</option> tells
 <application>bogofilter</application> to register the text presented
 on standard input as non-spam and to undo a prior registration of the
 same message as spam.</para>
@@ -130,7 +130,7 @@
 words in messages rated as spam to the spam wordlist, and (c) adds the
 words in messages rated as non-spam to the non-spam wordlist.  With
 this in place, it will normally only be necessary for the user to
-intervene (with <option>-N</option> or <option>-S</option>) when
+intervene (with <option>-H</option> or <option>-S</option>) when
 <application>bogofilter</application> miscategorizes something.</para>
 <programlisting class="procmail">
    :0HB
@@ -144,7 +144,7 @@
     }
 
     :0EHBc
-    | bogofilter -n
+    | bogofilter -h
 </programlisting>
 <para> There have been numerous requests for a
 <application>bogofilter</application> option to do the above, but the
@@ -155,7 +155,7 @@
 mutt macros for dispatching mail to
 <application>bogofilter</application>.</para>
 <programlisting>
-macro index d "<enter-command>unset wait_key\n<pipe-entry>bogofilter -n\n<enter-command>set wait_key\n<delete-message>"
+macro index d "<enter-command>unset wait_key\n<pipe-entry>bogofilter -h\n<enter-command>set wait_key\n<delete-message>"
 macro index \ed "<enter-command>unset wait_key\n<pipe-entry>bogofilter -s\n<enter-command>set wait_key\n<delete-message>"
 </programlisting>
 </refsect1>
@@ -190,8 +190,11 @@
 
 <refsect1 id='author'><title>AUTHOR</title>
 <para>Eric S. Raymond <email>esr at thyrsus.com</email>.
-For updates, see <ulink url="http://www.tuxedo.org/~esr/bogofilter/">
-the bogofilter project page</ulink>.</para>
+    For updates, see the bogofilter project pages: <ulink
+	url="http://sourceforge.net/projects/bogofilter/">SourceForge
+	bogofilter project page</ulink>
+    or <ulink
+	url="http://www.tuxedo.org/~esr/bogofilter/">Eric's original bogofilter project page</ulink>.</para>
 </refsect1>
 </refentry>
 

-- 
Matthias Andree



More information about the bogofilter-dev mailing list