diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-08-07 15:14:59 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-08-07 16:57:19 +0100 |
commit | 58fc5fb2eec65bc0b1c7f5e571e3c534cf008b88 (patch) | |
tree | 18ad0774c0a74f43b30872fcc791bf14ed10328f /test/stderr/0398 | |
parent | dea4897244b409bf91dc60a7e5e4b3d06f123dd6 (diff) |
CHUNKING: fix transmit with long headers
When the buffer used for SMTP commands and message headers filled to flush
point, protocol sequencing was wrong.
Diffstat (limited to 'test/stderr/0398')
-rw-r--r-- | test/stderr/0398 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/stderr/0398 b/test/stderr/0398 index 0a4d1fe23..c11dd6f86 100644 --- a/test/stderr/0398 +++ b/test/stderr/0398 @@ -130,13 +130,17 @@ Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected SMTP<< 220 Server ready 127.0.0.1 in hosts_avoid_esmtp? no (option unset) SMTP>> EHLO mail.test.ex +cmd buf flush 19 bytes SMTP<< 250 OK 127.0.0.1 in hosts_require_auth? no (option unset) SMTP>> MAIL FROM:<> +cmd buf flush 14 bytes SMTP<< 250 OK SMTP>> RCPT TO:<qq@remote> +cmd buf flush 21 bytes SMTP<< 550 Unknown SMTP>> QUIT +cmd buf flush 6 bytes locking TESTSUITE/spool/db/callout.lockfile locked TESTSUITE/spool/db/callout.lockfile EXIM_DBOPEN(TESTSUITE/spool/db/callout) |