diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-06-12 15:05:27 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-06-12 15:05:27 +0200 |
commit | 366cbd885d048cd848ab9a85aba8af4685503f4e (patch) | |
tree | a1071e7143b42e0f61911f70880a5b7766caeae8 /doc/rspamc.1.md | |
parent | bf006a75fc7606db458766e14507b615330ebe3e (diff) | |
download | rspamd-366cbd885d048cd848ab9a85aba8af4685503f4e.tar.gz rspamd-366cbd885d048cd848ab9a85aba8af4685503f4e.zip |
[Doc] Clarify some rspamc arguments
Diffstat (limited to 'doc/rspamc.1.md')
-rw-r--r-- | doc/rspamc.1.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/rspamc.1.md b/doc/rspamc.1.md index 8e76d01b2..fb0fa58c8 100644 --- a/doc/rspamc.1.md +++ b/doc/rspamc.1.md @@ -64,16 +64,16 @@ requires input. : Emulate that message was received from specified ip address -u *username*, \--user=*username* -: Emulate that message was from specified user +: Emulate that message was received from specified authenticated user -d *user@domain*, \--deliver=*user@domain* -: Emulate that message is delivered to specified user +: Emulate that message is delivered to specified user (for LDA/statistics) -F *user@domain*, \--from=*user@domain* -: Emulate that message is from specified user +: Emulate that message has specified SMTP FROM address -r *user@domain*, \--rcpt=*user@domain* -: Emulate that message is for specified user +: Emulate that message has specified SMTP RCPT address \--helo=*helo_string* : Imitate SMTP HELO passing from MTA @@ -167,4 +167,4 @@ Add custom action's weight: Rspamd documentation and source codes may be downloaded from <https://rspamd.com/>. -[rspamd-workers]: https://rspamd.com/doc/workers/
\ No newline at end of file +[rspamd-workers]: https://rspamd.com/doc/workers/ |