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 /src/client | |
parent | bf006a75fc7606db458766e14507b615330ebe3e (diff) | |
download | rspamd-366cbd885d048cd848ab9a85aba8af4685503f4e.tar.gz rspamd-366cbd885d048cd848ab9a85aba8af4685503f4e.zip |
[Doc] Clarify some rspamc arguments
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/rspamc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/rspamc.c b/src/client/rspamc.c index 8001bb9cb..56cbeec16 100644 --- a/src/client/rspamc.c +++ b/src/client/rspamc.c @@ -93,13 +93,13 @@ static GOptionEntry entries[] = "Emulate that message was received from specified ip address", NULL }, { "user", 'u', 0, G_OPTION_ARG_STRING, &user, - "Emulate that message was from specified user", NULL }, + "Emulate that message was received from specified authenticated user", NULL }, { "deliver", 'd', 0, G_OPTION_ARG_STRING, &deliver_to, - "Emulate that message is delivered to specified user", NULL }, + "Emulate that message is delivered to specified user (for LDA/statistics)", NULL }, { "from", 'F', 0, G_OPTION_ARG_STRING, &from, - "Emulate that message is from specified user", NULL }, + "Emulate that message has specified SMTP FROM address", NULL }, { "rcpt", 'r', 0, G_OPTION_ARG_STRING_ARRAY, &rcpts, - "Emulate that message is for specified user", NULL }, + "Emulate that message has specified SMTP RCPT address", NULL }, { "helo", 0, 0, G_OPTION_ARG_STRING, &helo, "Imitate SMTP HELO passing from MTA", NULL }, { "hostname", 0, 0, G_OPTION_ARG_STRING, &hostname, |