blob: 4977a4e8217027fb052bc5119cc0a24c3c7bf303 [file] [log] [blame]
<testcase>
<info>
<keywords>
SMTP
SIZE
</keywords>
</info>
#
# Server-side
<reply>
<servercmd>
CAPA SIZE
</servercmd>
</reply>
#
# Client-side
<client>
<server>
smtp
</server>
<name>
SMTP with SIZE support
</name>
<file name="%LOGDIR/test%TESTNUMBER.eml">
From: different
To: another
body
</file>
<command>
smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient@example.com --mail-from sender@example.com -T %LOGDIR/test%TESTNUMBER.eml
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
EHLO %TESTNUMBER
MAIL FROM:<sender@example.com> SIZE=38
RCPT TO:<recipient@example.com>
DATA
QUIT
</protocol>
<upload>
From: different
To: another
body
.
</upload>
</verify>
</testcase>