- Jack Zhang reported a problem with SMTP: we wrongly used multiple addresses

in the same RCPT TO line, when they should be sent in separate single
  commands. I updated test case 802 to verify this.

- I also fixed a bad use of my_setopt_str() of CURLOPT_MAIL_RCPT in the curl
  tool which made it try to output it as string for the --libcurl feature
  which could lead to crashes.
This commit is contained in:
Daniel Stenberg
2010-02-12 22:23:46 +00:00
parent dc6adb54fb
commit 975814368a
5 changed files with 37 additions and 20 deletions

View File

@@ -14,6 +14,7 @@ This release includes the following changes:
This release includes the following bugfixes:
o VMS builder bad behavior when used in a batch job
o multiple recepients with SMTP
This release includes the following known bugs:
@@ -22,6 +23,6 @@ This release includes the following known bugs:
This release would not have looked like this without help, code, reports and
advice from friends like these:
Steven M. Schweda
Steven M. Schweda, Yang Tse, Jack Zhang
Thanks! (and sorry if I forgot to mention someone)