Browse Source

Modify rspamc doc to clarify that control password can also be passed by path

pull/5473/head
TwizzyDizzy 5 months ago
parent
commit
ef5ae0dc40
  1. 3
      doc/rspamc.1
  2. 2
      doc/rspamc.1.md

3
doc/rspamc.1

@ -68,7 +68,8 @@ fuzzy* commands requires input.
Specify host and port
.TP
\-P \f[I]password\f[R], \-\-password=\f[I]password\f[R]
Specify control password
Specify control password. Can be an absolute or relative path, in which
case the password will be read from that file.
.TP
\-c \f[I]name\f[R], \-\-classifier=\f[I]name\f[R]
Classifier to learn spam or ham (bayes is used by default)

2
doc/rspamc.1.md

@ -42,7 +42,7 @@ requires input.
: Specify host and port
-P *password*, \--password=*password*
: Specify control password
: Specify control password. Can be an absolute or relative path, in which case the password will be read from that file.
-c *name*, \--classifier=*name*
: Classifier to learn spam or ham (bayes is used by default)

Loading…
Cancel
Save