diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rspamc.1 | 11 | ||||
-rw-r--r-- | doc/rspamc.1.md | 8 |
2 files changed, 18 insertions, 1 deletions
diff --git a/doc/rspamc.1 b/doc/rspamc.1 index 73be9afb4..b0670c1ee 100644 --- a/doc/rspamc.1 +++ b/doc/rspamc.1 @@ -115,6 +115,17 @@ Emulate that message is for specified user .RS .RE .TP +.B --helo=\f[I]helo_string\f[] +Imitate SMTP HELO passing from MTA +.RS +.RE +.TP +.B --hostname=\f[I]hostname\f[] +Imitate hostname passing from MTA (rspamd assumes that it is verified by +MTA) +.RS +.RE +.TP .B -t \f[I]seconds\f[], --timeout=\f[I]seconds\f[] Timeout for waiting for a reply .RS diff --git a/doc/rspamc.1.md b/doc/rspamc.1.md index 531e0802d..b28e72609 100644 --- a/doc/rspamc.1.md +++ b/doc/rspamc.1.md @@ -75,6 +75,12 @@ requires input. -r *user@domain*, \--rcpt=*user@domain* : Emulate that message is for specified user +\--helo=*helo_string* +: Imitate SMTP HELO passing from MTA + +\--hostname=*hostname* +: Imitate hostname passing from MTA (rspamd assumes that it is verified by MTA) + -t *seconds*, \--timeout=*seconds* : Timeout for waiting for a reply @@ -131,4 +137,4 @@ Add custom action's weight: Rspamd documentation and source codes may be downloaded from <https://rspamd.com/>. -[rspamd-workers]: https://rspamd.com/doc/rspamd-workers.html
\ No newline at end of file +[rspamd-workers]: https://rspamd.com/doc/workers/
\ No newline at end of file |