Files
jenz 08c03ac533
CI / Build (clang, clang++, ubuntu-22.04, linux, 3.10, master, x86,x86_64) (push) Canceled after 0s
CI / Build (clang, clang++, windows-2022, windows, 3.10, master, x86,x86_64) (push) Canceled after 0s
CI / Release (push) Canceled after 0s
first commit
2026-09-13 22:18:11 +01:00

51 lines
660 B
Plaintext

<testcase>
<info>
<keywords>
SMTP
SIZE
</keywords>
</info>
#
# Server-side
<reply>
<servercmd>
CAPA "SIZE 32"
</servercmd>
</reply>
#
# Client-side
<client>
<server>
smtp
</server>
<name>
SMTP with large message SIZE
</name>
<file name="log/test913.eml">
From: different
To: another
body
</file>
<command>
smtp://%HOSTIP:%SMTPPORT/913 --mail-rcpt [email protected] --mail-from [email protected] -T log/test913.eml
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
# 55 - CURLE_SEND_ERROR
<errorcode>
55
</errorcode>
<protocol>
EHLO 913
MAIL FROM:<[email protected]> SIZE=38
QUIT
</protocol>
</verify>
</testcase>