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 (last) --mail-rcpt and --mail-rcpt-allowfails 21</name> 22<stdin> 23From: different 24To: another 25 26body 27</stdin> 28<command> 29smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt-allowfails --mail-rcpt [email protected] --mail-rcpt [email protected] --mail-rcpt [email protected] --mail-rcpt [email protected] --mail-rcpt invalid.five --mail-from [email protected] -T - 30</command> 31</client> 32 33# 34# Verify data after the test has been "shot" 35<verify> 36<protocol> 37EHLO %TESTNUMBER 38MAIL FROM:<[email protected]> 39RCPT TO:<[email protected]> 40RCPT TO:<[email protected]> 41RCPT TO:<[email protected]> 42RCPT TO:<[email protected]> 43RCPT TO:<invalid.five> 44DATA 45QUIT 46</protocol> 47<upload> 48From: different 49To: another 50 51body 52. 53</upload> 54</verify> 55</testcase> 56