diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-07-08 15:34:58 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-07-08 15:34:58 +0200 |
commit | 24af69a4119510dc7d648a3215191d4d7e012ae0 (patch) | |
tree | d89a43c8bd363086ee69bbc1071ba918535f20b2 /docs/KNOWN_BUGS | |
parent | d7c9f2f63ae3da81aeb66b546d4daedd860776cb (diff) | |
download | curl-24af69a4119510dc7d648a3215191d4d7e012ae0.tar.gz |
KNOWN_BUGS: #79 - any RCPT TO failure makes and error
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index e69717355..46ed8eeea 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -3,6 +3,12 @@ join in and help us correct one or more of these! Also be sure to check the changelog of the current development status, as one or more of these problems may have been fixed since this was written! +79. SMTP. When sending data to multiple recipients, curl will abort and return + failure if one of the recipients indicate failure (on the "RCPT TO" + command). Ordinary mail programs would proceed and still send to the ones + that can receive data. This is subject for change in the future. + http://curl.haxx.se/bug/view.cgi?id=3438362 + 78. curl and libcurl don't always signal the client properly when "sending" zero bytes files - it makes for example the command line client not creating any file at all. Like when using FTP. |