File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test926
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (5 years ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1: <testcase>
    2: <info>
    3: <keywords>
    4: SMTP
    5: VRFY
    6: </keywords>
    7: </info>
    8: 
    9: #
   10: # Server-side
   11: <reply>
   12: <servercmd>
   13: REPLY VRFY 550 Unknown user
   14: </servercmd>
   15: </reply>
   16: 
   17: #
   18: # Client-side
   19: <client>
   20: <server>
   21: smtp
   22: </server>
   23:  <name>
   24: SMTP unknown user VRFY
   25:  </name>
   26:  <command>
   27: smtp://%HOSTIP:%SMTPPORT/926 --mail-rcpt recipient
   28: </command>
   29: </client>
   30: 
   31: #
   32: # Verify data after the test has been "shot"
   33: <verify>
   34: # 56 - CURLE_RECV_ERROR
   35: <errorcode>
   36: 56
   37: </errorcode>
   38: <protocol>
   39: EHLO 926
   40: VRFY recipient
   41: QUIT
   42: </protocol>
   43: </verify>
   44: </testcase>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>