1<testcase> 2<info> 3<keywords> 4SMTP 5NOOP 6CUSTOMREQUEST 7</keywords> 8</info> 9 10# 11# Server-side 12<reply> 13</reply> 14 15# 16# Client-side 17<client> 18<server> 19smtp 20</server> 21<name> 22SMTP NOOP (CUSTOMREQUEST) 23</name> 24<command> 25smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER -X NOOP -I 26</command> 27</client> 28 29# 30# Verify data after the test has been "shot" 31<verify> 32<protocol> 33EHLO %TESTNUMBER 34NOOP 35QUIT 36</protocol> 37</verify> 38</testcase> 39