diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-03-15 16:32:58 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2011-03-15 16:32:58 +0300 |
commit | e7ec4dc4dcc484973957c69d15ca8f7aa41aa73e (patch) | |
tree | 0e44f307e79f537a14b2cc0c6710790c4be788e3 /doc/rspamc.pod | |
parent | 66f91e9ce180f82f11f3256dbd05127fe27de893 (diff) | |
download | rspamd-e7ec4dc4dcc484973957c69d15ca8f7aa41aa73e.tar.gz rspamd-e7ec4dc4dcc484973957c69d15ca8f7aa41aa73e.zip |
Add support of uptime command to rspamc.0.3.8
Update manpages.
Add script for generating manpages from pod.
Diffstat (limited to 'doc/rspamc.pod')
-rw-r--r-- | doc/rspamc.pod | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/doc/rspamc.pod b/doc/rspamc.pod index 14de89b92..ebb452b4d 100644 --- a/doc/rspamc.pod +++ b/doc/rspamc.pod @@ -4,9 +4,9 @@ rspamc - a simple client for rspamd spam filtering system =head1 SYNOPSIS -rspamc [B<-h> I<host[:port]>] [B<-p>] +rspamc [B<-h> I<host[:port]>] [B<-p>] [B<-v>] [B<-i> I<ip>] [B<-s> I<statfile>] [B<-w> I<weight>] -[B<-P> I<password>] [B<-f> I<flag>] [command] [file [file ...]] +[B<-P> I<password>] [B<-f> I<flag>] [B<-t> I<timeout>] [command] [file [file ...]] rspamc [B<--help>] @@ -28,6 +28,10 @@ default port is I<11333> for checking messages and I<11334> for learning and sta Pass all filters when checking messages. Ignored in case of learning. +=item B<-v>, B<--verbose> + +Be more verbose while displaying results. For example show descriptions of symbols. + =item B<-P> I<password>, B<--password> I<password> Specify controller's password. Mandatory option for learning. @@ -47,8 +51,11 @@ Weight of message for fuzzy operations. =item B<-f> I<flag>, B<--flag> I<flag> -Weight of message for fuzzy operations. +Flag of list for fuzzy operations. +=item B<-t> I<timeout>, B<--timeout> I<timeout> + +Timeout in seconds for all operations. Default value is 5 seconds. =back @@ -82,6 +89,10 @@ Get statistics: rspamc stat +Get uptime: + + rspamc uptime + =head1 AUTHOR Vsevolod Stakhov <vsevolod@highsecure.ru> @@ -93,4 +104,4 @@ Copyright 2011 by Vsevolod Stakhov <vsevolod@highsecure.ru>. This program is free software; you may redistribute it and/or modify it under the terms of BSD license. -=cut
\ No newline at end of file +=cut |