]> granicus.if.org Git - curl/commitdiff
KNOWN_BUGS: #79 - any RCPT TO failure makes and error
authorDaniel Stenberg <daniel@haxx.se>
Sun, 8 Jul 2012 13:34:58 +0000 (15:34 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 8 Jul 2012 13:34:58 +0000 (15:34 +0200)
docs/KNOWN_BUGS

index e697173553db5fb50e47f4ce66014c4a6b5b7ebd..46ed8eeeadde60d9e4fbb0c24c1d988ea18a22e6 100644 (file)
@@ -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.