diff options
author | Amish <contact@via.aur> | 2023-01-21 16:10:21 +0530 |
---|---|---|
committer | Amish <contact@via.aur> | 2023-01-21 16:10:21 +0530 |
commit | 42e1c8d507f72adc2a7390ac4baf1248067cf40b (patch) | |
tree | 677ca0096b15afe8aeca74bc0e0ec719ea38db3c /doc/rspamc.1 | |
parent | 0df00b6af6775d67d92b15f71b9a485297deeb80 (diff) | |
download | rspamd-42e1c8d507f72adc2a7390ac4baf1248067cf40b.tar.gz rspamd-42e1c8d507f72adc2a7390ac4baf1248067cf40b.zip |
rspamc: add action number in first line and improve code
Diffstat (limited to 'doc/rspamc.1')
-rw-r--r-- | doc/rspamc.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/rspamc.1 b/doc/rspamc.1 index 8989f98b2..0f823e64b 100644 --- a/doc/rspamc.1 +++ b/doc/rspamc.1 @@ -150,7 +150,15 @@ Bind to specified ip address .RE .TP .B \-R, \-\-human -Output human readable report +Output human readable report. +The first line of the output contains the message score and three +threshold scores, in this format: +.IP +.nf +\f[C] + score/greylist/addheader/reject,action=N:ACTION,spam=0|1,skipped=0|1 +\f[] +.fi .RS .RE .TP |