- Jack Zhang reported a problem with SMTP: we wrongly used multiple addresses
authorDaniel Stenberg <daniel@haxx.se>
Fri, 12 Feb 2010 22:23:46 +0000 (22:23 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 12 Feb 2010 22:23:46 +0000 (22:23 +0000)
commit975814368a8b567a369ab5174c42dbae5b28b86e
treee01a31b4d49a91dd7c8099e3688c5024dee8aaf7
parentdc6adb54fbf1c3678e71f0ce281ba37e0d7e2b83
- 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.
CHANGES
RELEASE-NOTES
lib/smtp.c
lib/smtp.h
tests/data/test802