1<testcase> 2<info> 3<keywords> 4SMTP 5VRFY 6IDN 7</keywords> 8</info> 9 10# 11# Server-side 12<reply> 13<servercmd> 14CAPA SMTPUTF8 15</servercmd> 16<data> 17252 Send some mail and I'll try my best 18</data> 19</reply> 20 21# 22# Client-side 23<client> 24<server> 25smtp 26</server> 27<features> 28idn 29!win32 30</features> 31<setenv> 32LC_ALL=en_US.UTF-8 33LC_CTYPE=en_US.UTF-8 34</setenv> 35<precheck> 36perl -MI18N::Langinfo=langinfo,CODESET -e 'die "Needs a UTF-8 locale" if (lc(langinfo(CODESET())) ne "utf-8");' 37</precheck> 38 <name> 39SMTP external VRFY with SMTPUTF8 support 40 </name> 41<command> 42smtp://%HOSTIP:%SMTPPORT/967 --mail-rcpt Användaren@åäö.se 43</command> 44</client> 45 46# 47# Verify data after the test has been "shot" 48<verify> 49<protocol> 50EHLO 967 51VRFY Användaren@xn--4cab6c.se SMTPUTF8 52QUIT 53</protocol> 54</verify> 55</testcase> 56