smtp: Fixed handling of multiline server greeting responses
authorSteve Holme <steve_holme@hotmail.com>
Fri, 15 Nov 2013 12:50:37 +0000 (12:50 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 15 Nov 2013 12:50:37 +0000 (12:50 +0000)
commit4a9fe268374456312afeecfb2497fd0e8ee2fbbf
tree87cc3a8cf57a2febfa72ac6f44611841db571ce5
parent90ec8763a572a99fa971c288cc8d933cab3fb4c6
smtp: Fixed handling of multiline server greeting responses

Incorrectly processed multiline server greeting responses as "wanted"
continue responses in smtp_endofresp(), from commit f16c0de4e9bbe3,
which in turn broke the SMTP server detection in the test suite,
because the EHLO command would not be sent.
lib/smtp.c