File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / docs / cmdline-opts / mail-rcpt-allowfails.d
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:15 2020 UTC (4 years, 10 months ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1: Long: mail-rcpt-allowfails
    2: Help: Allow RCPT TO command to fail for some recipients
    3: Protocols: SMTP
    4: Added: 7.69.0
    5: ---
    6: When sending data to multiple recipients, by default curl will abort SMTP
    7: conversation if at least one of the recipients causes RCPT TO command to
    8: return an error.
    9: 
   10: The default behavior can be changed by passing --mail-rcpt-allowfails
   11: command-line option which will make curl ignore errors and proceed with the
   12: remaining valid recipients.
   13: 
   14: In case when all recipients cause RCPT TO command to fail, curl will abort SMTP
   15: conversation and return the error received from to the last RCPT TO command.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>