diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-16 16:36:08 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-16 17:50:29 +0100 |
commit | 5990a26531db1a1ba1ed4bc04554ba217c910b45 (patch) | |
tree | 6b62710a28f8b3ef649c6281dd2317519fb1e91e /test/log | |
parent | 67ffc5f1b2a24add79f9eed82136ac3474b67b1e (diff) |
Log additional command-history on too-many-syntax-errors
Diffstat (limited to 'test/log')
-rw-r--r-- | test/log/0453 | 4 | ||||
-rw-r--r-- | test/log/0566 | 2 | ||||
-rw-r--r-- | test/log/0901 | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/test/log/0453 b/test/log/0453 index 5a2a89155..4ca61142b 100644 --- a/test/log/0453 +++ b/test/log/0453 @@ -2,5 +2,5 @@ 1999-03-02 09:44:33 rejected HELO from CALLER: syntactically invalid argument(s): (no argument given) 1999-03-02 09:44:33 rejected HELO from CALLER: syntactically invalid argument(s): (no argument given) 1999-03-02 09:44:33 rejected HELO from CALLER: syntactically invalid argument(s): (no argument given) -1999-03-02 09:44:33 SMTP call from CALLER dropped: too many syntax or protocol errors (last command was "helo") -1999-03-02 09:44:33 SMTP call from CALLER dropped: too many syntax or protocol errors (last command was "mail from:<>") +1999-03-02 09:44:33 SMTP call from CALLER dropped: too many syntax or protocol errors (last command was "helo", C=HELO,HELO,HELO,HELO) +1999-03-02 09:44:33 SMTP call from CALLER dropped: too many syntax or protocol errors (last command was "mail from:<>", C=MAIL,MAIL,MAIL) diff --git a/test/log/0566 b/test/log/0566 index 0922615b3..119b2d264 100644 --- a/test/log/0566 +++ b/test/log/0566 @@ -12,4 +12,4 @@ 1999-03-02 09:44:33 10HmaZ-0005vi-00 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss M8S=8 1999-03-02 09:44:33 10HmaZ-0005vi-00 => userx <userx@test.ex> R=r2 T=local_delivery 1999-03-02 09:44:33 10HmaZ-0005vi-00 Completed -1999-03-02 09:44:33 SMTP call from CALLER dropped: too many syntax or protocol errors (last command was "foo") +1999-03-02 09:44:33 SMTP call from CALLER dropped: too many syntax or protocol errors (last command was "foo", C=EHLO,MAIL,RCPT,DATA) diff --git a/test/log/0901 b/test/log/0901 index af07e730c..e4bb6a243 100644 --- a/test/log/0901 +++ b/test/log/0901 @@ -11,5 +11,5 @@ 1999-03-02 09:44:33 SMTP connection from (tester) [127.0.0.1] lost while reading message data 1999-03-02 09:44:33 10HmbD-0005vi-00 <= someone8@some.domain H=(tester) [127.0.0.1] P=esmtp K S=sss for CALLER@test.ex 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\no: Susan@random.co"... -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") +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", C=EHLO,MAIL,RCPT,BDAT) 1999-03-02 09:44:33 SMTP connection from (tester) [127.0.0.1] lost while reading message data (header) |