1<testcase> 2<info> 3<keywords> 4SMTP 5VRFY 6</keywords> 7</info> 8 9# 10# Server-side 11<reply> 12<data> 13553-Ambiguous; Possibilities are: 14553-Joe Smith <joe.smith@example.com> 15553-Harry Smith <harry.smith@example.com> 16553 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 ambiguous VRFY 28</name> 29<command> 30smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt smith 31</command> 32</client> 33 34# 35# Verify data after the test has been "shot" 36<verify> 37<protocol> 38EHLO %TESTNUMBER 39VRFY smith 40QUIT 41</protocol> 42</verify> 43</testcase> 44