1<testcase> 2<info> 3<keywords> 4SMTP 5VRFY 6</keywords> 7</info> 8 9# 10# Server-side 11<reply> 12</reply> 13 14# 15# Client-side 16<client> 17<server> 18smtp 19</server> 20<features> 21!idn 22!win32 23</features> 24<setenv> 25LC_ALL=en_US.UTF-8 26LC_CTYPE=en_US.UTF-8 27</setenv> 28<precheck> 29perl -MI18N::Langinfo=langinfo,CODESET -e 'die "Needs a UTF-8 locale" if (lc(langinfo(CODESET())) ne "utf-8");' 30</precheck> 31<name> 32SMTP external VRFY without SMTPUTF8 support - UTF-8 based recipient (host part only) 33</name> 34<command> 35smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt user@åäö.se 36</command> 37</client> 38 39# 40# Verify data after the test has been "shot" 41<verify> 42# 8 - CURLE_WEIRD_SERVER_REPLY 43<errorcode> 448 45</errorcode> 46<protocol> 47EHLO %TESTNUMBER 48VRFY user@åäö.se 49QUIT 50</protocol> 51</verify> 52</testcase> 53