1<testcase> 2<info> 3<keywords> 4SMTP 5</keywords> 6</info> 7 8# 9# Server-side 10<reply> 11</reply> 12 13# 14# Client-side 15<client> 16<server> 17smtp 18</server> 19<name> 20SMTP with multiple and invalid --mail-rcpt 21</name> 22<stdin> 23From: different 24To: another 25 26body 27</stdin> 28<command> 29smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient.one@example.com --mail-rcpt invalid --mail-rcpt recipient.three@example.com --mail-rcpt sTrAnGe --mail-rcpt recipient.five@example.com --mail-from sender@example.com -T - 30</command> 31</client> 32 33# 34# Verify data after the test has been "shot" 35<verify> 36# 55 - CURLE_SEND_ERROR 37<errorcode> 3855 39</errorcode> 40<protocol> 41EHLO %TESTNUMBER 42MAIL FROM:<sender@example.com> 43RCPT TO:<recipient.one@example.com> 44RCPT TO:<invalid> 45QUIT 46</protocol> 47</verify> 48</testcase> 49