quickjs-tart

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

test958 (678B)


      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 !win32
     22 codeset-utf8
     23 </features>
     24 <setenv>
     25 LC_ALL=en_US.UTF-8
     26 LC_CTYPE=en_US.UTF-8
     27 </setenv>
     28 <name>
     29 SMTP external VRFY without SMTPUTF8 - UTF-8 recipient (local part only)
     30 </name>
     31 <command>
     32 smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt Anv%hex[%c3%a4]hex%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>
     41 8
     42 </errorcode>
     43 <protocol>
     44 EHLO %TESTNUMBER
     45 VRFY Anv%hex[%c3%a4]hex%ndaren@example.com
     46 QUIT
     47 </protocol>
     48 </verify>
     49 </testcase>