mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 00:55:04 -05:00
3f04d48495
...in preparation of upcoming multiple recipient tests.
48 lines
526 B
Plaintext
48 lines
526 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
SMTP
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
smtp
|
|
</server>
|
|
<name>
|
|
SMTP with no mail data
|
|
</name>
|
|
|
|
<stdin nonewline="yes">
|
|
|
|
</stdin>
|
|
|
|
<command>
|
|
smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 911@foo --mail-from 911@example.com -T -
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<protocol>
|
|
EHLO user
|
|
MAIL FROM:<911@example.com>
|
|
RCPT TO:<911@foo>
|
|
DATA
|
|
QUIT
|
|
</protocol>
|
|
<upload>
|
|
|
|
.
|
|
</upload>
|
|
</verify>
|
|
</testcase>
|