diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-10-15 14:14:07 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-10-15 14:14:07 +0100 |
commit | aa2f5832f8b282b176f52aca82553fd554326716 (patch) | |
tree | 6cb5729067ae429bca65a512a3f5d5a3e4fb7c48 /doc/rspamc.1.md | |
parent | 18e4a62adf6b0025666627e7679c1b5dfb634782 (diff) | |
download | rspamd-aa2f5832f8b282b176f52aca82553fd554326716.tar.gz rspamd-aa2f5832f8b282b176f52aca82553fd554326716.zip |
Update manual pages.
Diffstat (limited to 'doc/rspamc.1.md')
-rw-r--r-- | doc/rspamc.1.md | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/doc/rspamc.1.md b/doc/rspamc.1.md index b28e72609..5cc7dd770 100644 --- a/doc/rspamc.1.md +++ b/doc/rspamc.1.md @@ -40,10 +40,10 @@ requires input. # OPTIONS -h *host[:port]*, \--connect=*host[:port]* - Specify host and port +: Specify host and port -P *password*, \--password=*password* - Specify control password +: Specify control password -c *name*, \--classifier=*name* : Classifier to learn spam or ham (bayes is used by default) @@ -82,11 +82,26 @@ requires input. : Imitate hostname passing from MTA (rspamd assumes that it is verified by MTA) -t *seconds*, \--timeout=*seconds* -: Timeout for waiting for a reply +: Timeout for waiting for a reply (can be floating point number, e.g. 0.1) -b *host:port*, \--bind=*host:port* : Bind to specified ip address +-j, \--json +: Output formatted JSON + +\--ucl +: Output UCL + +\--raw +: Output raw data received from rspamd (compacted JSON) + +\--headers +: Output HTTP headers from a reply + +-n *parallel_count*, \--max-requests=*parallel_count* +: Maximum number of requests to rspamd executed in parallel (1 by default) + \--commands : List available commands |