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