tests: Corrected test913 as the QUIT response is received
This commit is contained in:
@@ -21,7 +21,7 @@ CAPA "SIZE 32"
|
|||||||
smtp
|
smtp
|
||||||
</server>
|
</server>
|
||||||
<name>
|
<name>
|
||||||
SMTP with large message SIZE
|
SMTP with large message SIZE
|
||||||
</name>
|
</name>
|
||||||
<file name="log/test913.eml">
|
<file name="log/test913.eml">
|
||||||
From: different
|
From: different
|
||||||
@@ -40,12 +40,10 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 913@foo --mail-from 913@example.com -T
|
|||||||
<errorcode>
|
<errorcode>
|
||||||
55
|
55
|
||||||
</errorcode>
|
</errorcode>
|
||||||
#
|
|
||||||
# The multi interface considers a broken "DO" request as a prematurely broken
|
|
||||||
# transfer and such a connection will not get a "QUIT"
|
|
||||||
<protocol>
|
<protocol>
|
||||||
EHLO user
|
EHLO user
|
||||||
MAIL FROM:<913@example.com> SIZE=38
|
MAIL FROM:<913@example.com> SIZE=38
|
||||||
|
QUIT
|
||||||
</protocol>
|
</protocol>
|
||||||
</verify>
|
</verify>
|
||||||
</testcase>
|
</testcase>
|
||||||
|
|||||||
Reference in New Issue
Block a user