mirror of
https://github.com/curl/curl.git
synced 2026-07-30 14:58:28 +03:00
docs: fix grammar
Fixes https://github.com/curl/curl/issues/7444 Fixes https://github.com/curl/curl/issues/7451 Fixes https://github.com/curl/curl/issues/7465 Closes https://github.com/curl/curl/pull/7495
This commit is contained in:
parent
2a4bf88699
commit
4d145346ae
4 changed files with 13 additions and 10 deletions
|
|
@ -39,8 +39,9 @@ return an error.
|
|||
The default behavior can be changed by setting \fIignore\fP to 1L which will
|
||||
make curl ignore errors and proceed with the remaining valid recipients.
|
||||
|
||||
In case when all recipients cause RCPT TO command to fail, curl will abort SMTP
|
||||
conversation and return the error received from to the last RCPT TO command.
|
||||
If all recipients trigger RCPT TO failures and this flag is specified, curl
|
||||
will still abort the SMTP conversation and return the error received from to
|
||||
the last RCPT TO command.
|
||||
.SH DEFAULT
|
||||
0
|
||||
.SH PROTOCOLS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue