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/rejectlog | |
parent | 67ffc5f1b2a24add79f9eed82136ac3474b67b1e (diff) |
Log additional command-history on too-many-syntax-errors
Diffstat (limited to 'test/rejectlog')
-rw-r--r-- | test/rejectlog/0453 | 4 | ||||
-rw-r--r-- | test/rejectlog/0566 | 2 | ||||
-rw-r--r-- | test/rejectlog/0901 | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/test/rejectlog/0453 b/test/rejectlog/0453 index 5a2a89155..4ca61142b 100644 --- a/test/rejectlog/0453 +++ b/test/rejectlog/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/rejectlog/0566 b/test/rejectlog/0566 index 7a420d042..bb4af83ef 100644 --- a/test/rejectlog/0566 +++ b/test/rejectlog/0566 @@ -1,3 +1,3 @@ 1999-03-02 09:44:33 U=CALLER F=<x@y> rejected RCPT <userx@test.ex>: SIZE value too big 1999-03-02 09:44:33 U=CALLER F=<x@y> rejected RCPT <userx@test.ex>: SIZE value too big -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/rejectlog/0901 b/test/rejectlog/0901 index a4185a966..79ecb9650 100644 --- a/test/rejectlog/0901 +++ b/test/rejectlog/0901 @@ -3,6 +3,6 @@ 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"... 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") +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) Envelope-from: <someone9@some.domain> Envelope-to: <CALLER@test.ex> |