1<testcase> 2<info> 3<keywords> 4SMTP 5EXPN 6CUSTOMREQUEST 7IDN 8</keywords> 9</info> 10 11# 12# Server-side 13<reply> 14<servercmd> 15CAPA SMTPUTF8 16</servercmd> 17<data> 18250-Joe Smith <joe.smith@example.com> 19250-Harry Smith <harry.smith@example.com> 20250 Melvin Smith <melvin.smith@example.com> 21</data> 22</reply> 23 24# 25# Client-side 26<client> 27<server> 28smtp 29</server> 30<features> 31IDN 32!win32 33</features> 34<name> 35SMTP mailing list EXPN (CUSTOMREQUEST) with SMTPUTF8 support 36</name> 37<command> 38smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt Friends -X EXPN 39</command> 40</client> 41 42# 43# Verify data after the test has been "shot" 44<verify> 45<protocol> 46EHLO %TESTNUMBER 47EXPN Friends SMTPUTF8 48QUIT 49</protocol> 50</verify> 51</testcase> 52