xref: /curl/tests/data/test955 (revision 0b70b23e)
1<testcase>
2<info>
3<keywords>
4SMTP
5</keywords>
6</info>
7
8#
9# Server-side
10<reply>
11<servercmd>
12REPLY MAIL 501 not fine enough
13</servercmd>
14</reply>
15
16#
17# Client-side
18<client>
19<server>
20smtp
21</server>
22<features>
23!win32
24codeset-utf8
25</features>
26<setenv>
27LC_ALL=en_US.UTF-8
28LC_CTYPE=en_US.UTF-8
29</setenv>
30<name>
31SMTP without SMTPUTF8 support - UTF-8 based sender (local part only)
32</name>
33<stdin>
34From: different
35To: another
36
37body
38</stdin>
39<command>
40smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient@example.com --mail-from Avsändaren@example.com -T -
41</command>
42</client>
43
44#
45# Verify data after the test has been "shot"
46<verify>
47# 55 - CURLE_SEND_ERROR
48<errorcode>
4955
50</errorcode>
51<protocol>
52EHLO %TESTNUMBER
53MAIL FROM:<Avsändaren@example.com>
54QUIT
55</protocol>
56</verify>
57</testcase>
58