Annotation of embedaddon/curl/tests/data/test950, revision 1.1.1.1

1.1       misho       1: <testcase>
                      2: <info>
                      3: <keywords>
                      4: SMTP
                      5: VRFY
                      6: --request
                      7: </keywords>
                      8: </info>
                      9: 
                     10: #
                     11: # Server-side
                     12: <reply>
                     13: <data>
                     14: 250 <recipient@example.com>
                     15: </data>
                     16: </reply>
                     17: 
                     18: #
                     19: # Client-side
                     20: <client>
                     21: <server>
                     22: smtp
                     23: </server>
                     24:  <name>
                     25: SMTP VRFY with custom request
                     26:  </name>
                     27: 
                     28: # the custom request just does it lowercase to remain the same command
                     29: <command>
                     30: smtp://%HOSTIP:%SMTPPORT/950 --mail-rcpt recipient --request "vrfy"
                     31: </command>
                     32: </client>
                     33: 
                     34: #
                     35: # Verify data after the test has been "shot"
                     36: <verify>
                     37: <protocol>
                     38: EHLO 950
                     39: vrfy recipient
                     40: QUIT
                     41: </protocol>
                     42: </verify>
                     43: </testcase>

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