diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-05-06 21:01:45 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-05-06 21:01:45 +0100 |
commit | 40525d07a858c90293bc09188fb539a1cec3f8aa (patch) | |
tree | cc917c104c9942d5fc0f7bffd76fb4cb6eefdbed /test/rejectlog/0901 | |
parent | 687a382d6fd27a355a551d8cfc64e1791f1fa4a7 (diff) |
Teach SMTP input sync check ("input sent too soon") about SMTP input buffering
Diffstat (limited to 'test/rejectlog/0901')
-rw-r--r-- | test/rejectlog/0901 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rejectlog/0901 b/test/rejectlog/0901 index a7f8f0692..f75d9d270 100644 --- a/test/rejectlog/0901 +++ b/test/rejectlog/0901 @@ -1,6 +1,6 @@ ******** SERVER ******** -1999-03-02 09:44:33 SMTP protocol synchronization error (next input sent too soon: pipelining was not advertised): rejected "bdat 1" H=(tester) [127.0.0.1] next input="bdat 87 last\r\n" +1999-03-02 09:44:33 SMTP protocol synchronization error (next input sent too soon: pipelining was not advertised): rejected "BDAT 1" H=(tester) [127.0.0.1] next input="BDAT 87 last\r\n" Envelope-from: <someone9@some.domain> Envelope-to: <CALLER@test.ex> 1999-03-02 09:44:33 SMTP call from (tester) [127.0.0.1] dropped: too many syntax or protocol errors (last command was "From: Sam@random.com") |