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/0453 | |
parent | 67ffc5f1b2a24add79f9eed82136ac3474b67b1e (diff) |
Log additional command-history on too-many-syntax-errors
Diffstat (limited to 'test/rejectlog/0453')
-rw-r--r-- | test/rejectlog/0453 | 4 |
1 files changed, 2 insertions, 2 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) |