1<testcase> 2<info> 3<keywords> 4SMTP 5EXPN 6CUSTOMREQUEST 7</keywords> 8</info> 9 10# 11# Server-side 12<reply> 13<data> 14250-Joe Smith <joe.smith@example.com> 15250-Harry Smith <harry.smith@example.com> 16250 Melvin Smith <melvin.smith@example.com> 17</data> 18</reply> 19 20# 21# Client-side 22<client> 23<server> 24smtp 25</server> 26<name> 27SMTP mailing list EXPN (CUSTOMREQUEST) 28</name> 29<command> 30smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt Friends -X EXPN 31</command> 32</client> 33 34# 35# Verify data after the test has been "shot" 36<verify> 37<protocol> 38EHLO %TESTNUMBER 39EXPN Friends 40QUIT 41</protocol> 42</verify> 43</testcase> 44