diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-06-03 13:39:18 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-06-03 16:40:22 +0100 |
commit | e69636bc9ddf3617be688b07941d7d659d50eaa7 (patch) | |
tree | 5b4d133f854b3ce4b70fe30632d768388ecfdf7f /test/stdout/0211 | |
parent | 919795ff824f1aa4b0b0d7b301909f5aa273336a (diff) |
Fix crash in transport, on second smtp-connect fail for a list of target hosts
Reported as the sequence:
1MX: 554 on connect (banner)
2MX: TCP conn timeout
Diffstat (limited to 'test/stdout/0211')
-rw-r--r-- | test/stdout/0211 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/stdout/0211 b/test/stdout/0211 index 2d484bda5..708632ded 100644 --- a/test/stdout/0211 +++ b/test/stdout/0211 @@ -43,3 +43,13 @@ EHLO the.local.host.name 550 You are banned HELO the.local.host.name End of script +Listening on port 1224 ... +Connection request from [127.0.0.1] +554 no smtp service here +QUIT +220 bye +Expected EOF read from client +Listening on port 1224 ... +Connection request from [ip4.ip4.ip4.ip4] +*sleep 2 +End of script |