File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test3003
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: </keywords>
    6: </info>
    7: 
    8: #
    9: # Server-side
   10: <reply>
   11: </reply>
   12: 
   13: #
   14: # Client-side
   15: <client>
   16: <server>
   17: smtp
   18: </server>
   19:  <name>
   20: SMTP with multiple and invalid (last) --mail-rcpt and --mail-rcpt-allowfails
   21:  </name>
   22: <stdin>
   23: From: different
   24: To: another
   25: 
   26: body
   27: </stdin>
   28:  <command>
   29: smtp://%HOSTIP:%SMTPPORT/3003 --mail-rcpt-allowfails --mail-rcpt recipient.one@example.com --mail-rcpt recipient.two@example.com --mail-rcpt recipient.three@example.com --mail-rcpt recipient.four@example.com --mail-rcpt invalid.five --mail-from sender@example.com -T -
   30: </command>
   31: </client>
   32: 
   33: #
   34: # Verify data after the test has been "shot"
   35: <verify>
   36: <protocol>
   37: EHLO 3003
   38: MAIL FROM:<sender@example.com>
   39: RCPT TO:<recipient.one@example.com>
   40: RCPT TO:<recipient.two@example.com>
   41: RCPT TO:<recipient.three@example.com>
   42: RCPT TO:<recipient.four@example.com>
   43: RCPT TO:<invalid.five>
   44: DATA
   45: QUIT
   46: </protocol>
   47: <upload>
   48: From: different
   49: To: another
   50: 
   51: body
   52: .
   53: </upload>
   54: </verify>
   55: </testcase>

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