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