File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test923
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: </reply>
   13: 
   14: #
   15: # Client-side
   16: <client>
   17: <server>
   18: smtp
   19: </server>
   20:  <name>
   21: SMTP VRFY
   22:  </name>
   23:  <command>
   24: smtp://%HOSTIP:%SMTPPORT/923 --mail-rcpt recipient
   25: </command>
   26: </client>
   27: 
   28: #
   29: # Verify data after the test has been "shot"
   30: <verify>
   31: <protocol>
   32: EHLO 923
   33: VRFY recipient
   34: QUIT
   35: </protocol>
   36: </verify>
   37: </testcase>

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