diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-10-20 20:07:21 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-10-21 14:55:24 +0100 |
commit | 099afc4f7362d39816cb3555127214548dd9cb35 (patch) | |
tree | 273898f153f8c8dedfdc0d9178bf2804022e78aa /test/log/2015 | |
parent | 3b7ac02caeb878252361e602dc46e96104f773a9 (diff) |
Ensure unique message-id even for rejected messages
Diffstat (limited to 'test/log/2015')
-rw-r--r-- | test/log/2015 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/log/2015 b/test/log/2015 index 7252550ca..78d6c3c41 100644 --- a/test/log/2015 +++ b/test/log/2015 @@ -2,8 +2,8 @@ ******** SERVER ******** 1999-03-02 09:44:33 exim x.yz daemon started: pid=pppp, no queue runs, listening for SMTP on port 1225 1999-03-02 09:44:33 SMTP connection from [127.0.0.1] (TCP/IP connection count = 1) -1999-03-02 09:44:33 TLS error on connection from (rhu.barb) [127.0.0.1] (gnutls_handshake): timed out -1999-03-02 09:44:33 SMTP command timeout on connection from (rhu.barb) [127.0.0.1] +1999-03-02 09:44:33 TLS error on connection from (timeout.rhu.barb) [127.0.0.1] (gnutls_handshake): timed out +1999-03-02 09:44:33 SMTP command timeout on connection from (timeout.rhu.barb) [127.0.0.1] 1999-03-02 09:44:33 SMTP connection from [127.0.0.1] (TCP/IP connection count = 1) -1999-03-02 09:44:33 TLS error on connection from (rhu.barb) [127.0.0.1] (gnutls_handshake): The TLS connection was non-properly terminated. -1999-03-02 09:44:33 SMTP connection from (rhu.barb) [127.0.0.1] closed by EOF +1999-03-02 09:44:33 TLS error on connection from (close.rhu.barb) [127.0.0.1] (gnutls_handshake): The TLS connection was non-properly terminated. +1999-03-02 09:44:33 SMTP connection from (close.rhu.barb) [127.0.0.1] closed by EOF |