test956 (803B)
1 <testcase> 2 <info> 3 <keywords> 4 SMTP 5 </keywords> 6 </info> 7 8 # 9 # Server-side 10 <reply> 11 </reply> 12 13 # 14 # Client-side 15 <client> 16 <server> 17 smtp 18 </server> 19 <features> 20 !win32 21 codeset-utf8 22 </features> 23 <setenv> 24 LC_ALL=en_US.UTF-8 25 LC_CTYPE=en_US.UTF-8 26 </setenv> 27 <name> 28 SMTP without SMTPUTF8 support - UTF-8 based recipient (local part only) 29 </name> 30 <stdin> 31 From: different 32 To: another 33 34 body 35 </stdin> 36 <command> 37 smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt St%hex[%c3%b6]hex%dmottagaren@example.com --mail-from sender@example.com -T - 38 </command> 39 </client> 40 41 # 42 # Verify data after the test has been "shot" 43 <verify> 44 # 55 - CURLE_SEND_ERROR 45 <errorcode> 46 55 47 </errorcode> 48 <protocol> 49 EHLO %TESTNUMBER 50 MAIL FROM:<sender@example.com> 51 RCPT TO:<St%hex[%c3%b6]hex%dmottagaren@example.com> 52 QUIT 53 </protocol> 54 </verify> 55 </testcase>