quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

test961 (680B)


      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 codeset-utf8
     24 </features>
     25 <setenv>
     26 LC_ALL=en_US.UTF-8
     27 LC_CTYPE=en_US.UTF-8
     28 </setenv>
     29 <name>
     30 SMTP external VRFY without SMTPUTF8 - UTF-8 recipient (host part only)
     31 </name>
     32 <command>
     33 smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt user@%hex[%c3%a5%c3%a4%c3%b6]hex%.se
     34 </command>
     35 </client>
     36 
     37 #
     38 # Verify data after the test has been "shot"
     39 <verify>
     40 # 8 - CURLE_WEIRD_SERVER_REPLY
     41 <errorcode>
     42 8
     43 </errorcode>
     44 <protocol>
     45 EHLO %TESTNUMBER
     46 VRFY user@%hex[%c3%a5%c3%a4%c3%b6]hex%.se
     47 QUIT
     48 </protocol>
     49 </verify>
     50 </testcase>