diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-10-20 21:49:50 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-10-20 21:49:50 +0100 |
commit | 74ba91b16caf0fee6e90ef0269a20eae82e8f6b2 (patch) | |
tree | 458a36e9c06dfa3b0e7d38418917b2b436643734 /test/log/5700 | |
parent | b057ad118a14ea2e8f9bc483eaf636e84b25c4be (diff) |
Testsuite: munge for platform errno variance
Diffstat (limited to 'test/log/5700')
-rw-r--r-- | test/log/5700 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/log/5700 b/test/log/5700 index 37eace605..6c21ac007 100644 --- a/test/log/5700 +++ b/test/log/5700 @@ -41,7 +41,7 @@ 1999-03-02 09:44:33 10HmaZ-0005vi-00 . [127.0.0.1] -> [127.0.0.1]:1224 1999-03-02 09:44:33 10HmaZ-0005vi-00 H=127.0.0.1 [127.0.0.1]: SMTP timeout after EHLO the.local.host.name: Connection timed out 1999-03-02 09:44:33 10HmaZ-0005vi-00 event msg:host:defer -1999-03-02 09:44:33 10HmaZ-0005vi-00 . host deferral ip <127.0.0.1> port <1224> fqdn <127.0.0.1> local_part <userx> domain <domain1> errno <110> errstr <SMTP timeout after EHLO the.local.host.name: Connection timed out> router <others> transport <smtp> +1999-03-02 09:44:33 10HmaZ-0005vi-00 . host deferral ip <127.0.0.1> port <1224> fqdn <127.0.0.1> local_part <userx> domain <domain1> errno <EEE> errstr <SMTP timeout after EHLO the.local.host.name: Connection timed out> router <others> transport <smtp> 1999-03-02 09:44:33 10HmaZ-0005vi-00 == userx@domain1 R=others T=smtp defer (dd): Connection timed out H=127.0.0.1 [127.0.0.1]: SMTP timeout after EHLO the.local.host.name 1999-03-02 09:44:33 10HmaZ-0005vi-00 ** userx@domain1: retry timeout exceeded 1999-03-02 09:44:33 10HmaZ-0005vi-00 userx@domain1: error ignored |