diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-03-12 17:36:04 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-03-12 17:36:04 +0100 |
commit | 8046225c9da454b8ac7f51860813cadfe41c2d65 (patch) | |
tree | 87efc0d38177ed396f471497a429eee836edcbbb /sys/man | |
parent | c172881606bfa194399a0b181b419a34488331d6 (diff) |
send(8): document new reject behaviour with -r flag
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/8/send | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/man/8/send b/sys/man/8/send index f43d956fc..8372ee4c2 100644 --- a/sys/man/8/send +++ b/sys/man/8/send @@ -44,8 +44,10 @@ is remote, it queues the mail for remote delivery. .IP \(bu If the .B -r -option is given and the mail is undeliverable, it -returns the mail to the sender. +option is given and the mail is undeliverable, +the message +.B "mail rejected:" +is printed on standard error, setting exit status. .IP \(bu if the .B -r |