[Python-apps-commits] r10955 - in packages/spambayes/trunk/debian/docs (3 files)

hugo6390-guest at users.alioth.debian.org hugo6390-guest at users.alioth.debian.org
Fri Jun 13 14:15:14 UTC 2014


    Date: Friday, June 13, 2014 @ 14:15:13
  Author: hugo6390-guest
Revision: 10955

Fixed manpages

Modified:
  packages/spambayes/trunk/debian/docs/sb_bnserver.1
  packages/spambayes/trunk/debian/docs/sb_client.1
  packages/spambayes/trunk/debian/docs/sb_upload.1

Modified: packages/spambayes/trunk/debian/docs/sb_bnserver.1
===================================================================
--- packages/spambayes/trunk/debian/docs/sb_bnserver.1	2014-06-13 14:00:35 UTC (rev 10954)
+++ packages/spambayes/trunk/debian/docs/sb_bnserver.1	2014-06-13 14:15:13 UTC (rev 10955)
@@ -2,6 +2,7 @@
 .SH NAME
 sb_bnserver - Another server version of hammie.py
 .SH SYNOPSIS
+This is not intended to be run manually, it is the opportunistic daemon backend of sb_bnfilter.
 .B %(program)s
 [\fIoptions\fR] \fIFILE\fR
 .SH DESCRIPTION

Modified: packages/spambayes/trunk/debian/docs/sb_client.1
===================================================================
--- packages/spambayes/trunk/debian/docs/sb_client.1	2014-06-13 14:00:35 UTC (rev 10954)
+++ packages/spambayes/trunk/debian/docs/sb_client.1	2014-06-13 14:15:13 UTC (rev 10955)
@@ -1,6 +1,9 @@
 .TH SB_CLIENT "1" "June 2014" "sb_client" "User Commands"
 .SH NAME
 sb_client - A client for sb_xmlrpcserver.py.
+.SH "DOCUMENTATION"
+Just feed it your mail on stdin, and it spits out the same message
+with the spambayes score in a new X-Spambayes-Disposition header.
 .SH "SEE ALSO"
 The full documentation for
 .B sb_client

Modified: packages/spambayes/trunk/debian/docs/sb_upload.1
===================================================================
--- packages/spambayes/trunk/debian/docs/sb_upload.1	2014-06-13 14:00:35 UTC (rev 10954)
+++ packages/spambayes/trunk/debian/docs/sb_upload.1	2014-06-13 14:15:13 UTC (rev 10955)
@@ -15,7 +15,6 @@
 .IP
 [\-o section:option:value]
 [\-t (ham|spam)]
-.SH OPTIONS
 .HP
 \fB\-h\fR, \fB\-\-help\fR    \- print help and exit
 .HP
@@ -30,33 +29,6 @@
 \fB\-t\fR, \fB\-\-train=\fR  \- train the message (pass either 'ham' or 'spam')
 .HP
 \fB\-o\fR, \fB\-\-option=\fR \- set [section, option] in the options database to value
-.PP
-Read a message or a mailbox file on standard input, upload it to a
-web server and write it to standard output.
-.PP
-By default, this sends the message to the SpamBayes sb_server web
-interface, which will save the message in the 'unknown' cache, ready
-for you to classify it.  It does not do any training, just saves it
-ready for you to classify (unless you use the \fB\-t\fR switch).
-.PP
-usage:  /usr/bin/sb_upload [\-h] [\-n] [\-s server] [\-p port] [\-r N]
-.IP
-[\-o section:option:value]
-[\-t (ham|spam)]
-.HP
-\fB\-h\fR, \fB\-\-help\fR    \- print help and exit
-.HP
-\fB\-n\fR, \fB\-\-null\fR    \- suppress writing to standard output (default False)
-.HP
-\fB\-s\fR, \fB\-\-server=\fR \- provide alternate web server (default localhost)
-.HP
-\fB\-p\fR, \fB\-\-port=\fR   \- provide alternate server port (default 8880)
-.HP
-\fB\-r\fR, \fB\-\-prob=\fR   \- feed the message to the trainer w/ prob N [0.0...1.0]
-.HP
-\fB\-t\fR, \fB\-\-train=\fR  \- train the message (pass either 'ham' or 'spam')
-.HP
-\fB\-o\fR, \fB\-\-option=\fR \- set [section, option] in the options database to value
 .SH "SEE ALSO"
 The full documentation for
 .B sb_upload




More information about the Python-apps-commits mailing list