diff options
-rw-r--r-- | doc/rspamc.1 | 6 | ||||
-rw-r--r-- | doc/rspamc.1.md | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/rspamc.1 b/doc/rspamc.1 index cc63cb756..c63f8c601 100644 --- a/doc/rspamc.1 +++ b/doc/rspamc.1 @@ -161,6 +161,12 @@ Output HTTP headers from a reply .RS .RE .TP +.B \-\-extended\-urls +Output URLs in an extended format, showing full URL, host and the part +of host that was used by surbl module (if enabled). +.RS +.RE +.TP .B \-n \f[I]parallel_count\f[], \-\-max\-requests=\f[I]parallel_count\f[] Maximum number of requests to rspamd executed in parallel (8 by default) diff --git a/doc/rspamc.1.md b/doc/rspamc.1.md index 96d31d63d..45a05c590 100644 --- a/doc/rspamc.1.md +++ b/doc/rspamc.1.md @@ -99,6 +99,9 @@ requires input. \--headers : Output HTTP headers from a reply +\--extended-urls +: Output URLs in an extended format, showing full URL, host and the part of host that was used by surbl module (if enabled). + -n *parallel_count*, \--max-requests=*parallel_count* : Maximum number of requests to rspamd executed in parallel (8 by default) |