1 <testcase> 2 <info> 3 <keywords> 4 SMTP 5 </keywords> 6 </info> 7 8 # 9 # Server-side 10 <reply> 11 </reply> 12 13 # 14 # Client-side 15 <client> 16 <server> 17 smtp 18 </server> 19 <name> 20 SMTP with multiple and invalid --mail-rcpt 21 </name> 22 <stdin> 23 From: different 24 To: another 25 26 body 27 </stdin> 28 <command> 29 smtp://%HOSTIP:%SMTPPORT/918 --mail-rcpt recipient.one (a] example.com --mail-rcpt invalid --mail-rcpt recipient.three (a] example.com --mail-rcpt sTrAnGe --mail-rcpt recipient.five (a] example.com --mail-from sender (a] 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> 38 55 39 </errorcode> 40 <protocol> 41 EHLO 918 42 MAIL FROM:<sender (a] example.com> 43 RCPT TO:<recipient.one (a] example.com> 44 RCPT TO:<invalid> 45 QUIT 46 </protocol> 47 </verify> 48 </testcase> 49