diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-01-06 16:31:27 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-01-06 16:31:27 +0000 |
commit | 3acedc39adb56990a6241936814938afaf96b8bb (patch) | |
tree | e909178e2b6e974438a66fed109f2c0ffdcd17a0 /doc/rspamc.1.md | |
parent | edbf8c405d6f8dca694695519478f7efe826fbb8 (diff) | |
download | rspamd-3acedc39adb56990a6241936814938afaf96b8bb.tar.gz rspamd-3acedc39adb56990a6241936814938afaf96b8bb.zip |
Support hostname and helo in rspamc client.
Diffstat (limited to 'doc/rspamc.1.md')
-rw-r--r-- | doc/rspamc.1.md | 8 |
1 files changed, 7 insertions, 1 deletions
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 |