xref: /curl/tests/data/test958 (revision 0b70b23e)
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!win32
22codeset-utf8
23</features>
24<setenv>
25LC_ALL=en_US.UTF-8
26LC_CTYPE=en_US.UTF-8
27</setenv>
28<name>
29SMTP external VRFY without SMTPUTF8 support - UTF-8 based recipient (local part only)
30</name>
31<command>
32smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt Användaren@example.com
33</command>
34</client>
35
36#
37# Verify data after the test has been "shot"
38<verify>
39# 8 - CURLE_WEIRD_SERVER_REPLY
40<errorcode>
418
42</errorcode>
43<protocol>
44EHLO %TESTNUMBER
45VRFY Användaren@example.com
46QUIT
47</protocol>
48</verify>
49</testcase>
50