1<testcase> 2<info> 3<keywords> 4SMTP 5VRFY 6--request 7</keywords> 8</info> 9 10# 11# Server-side 12<reply> 13<data> 14250 <recipient@example.com> 15</data> 16</reply> 17 18# 19# Client-side 20<client> 21<server> 22smtp 23</server> 24<name> 25SMTP VRFY with custom request 26</name> 27 28# the custom request just does it lowercase to remain the same command 29<command> 30smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient --request "vrfy" 31</command> 32</client> 33 34# 35# Verify data after the test has been "shot" 36<verify> 37<protocol> 38EHLO %TESTNUMBER 39vrfy recipient 40QUIT 41</protocol> 42</verify> 43</testcase> 44