diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-09-09 16:03:38 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-09-09 17:48:37 +0100 |
commit | 895fbaf26d3450d4eeacbad8fe04c328a77645f0 (patch) | |
tree | 858977d67ac5955a1a4619d4d9431dd1aaa1764d /test/stdout | |
parent | f38917cc94ab337c15ff70c254dd564ee2dcafe7 (diff) |
DSN: Under EXPERIMENTAL_DSN_INFO add extras to bounce messages. Bug 1686
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/4700 | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/test/stdout/4700 b/test/stdout/4700 new file mode 100644 index 000000000..446203b4f --- /dev/null +++ b/test/stdout/4700 @@ -0,0 +1,34 @@ + +******** SERVER ******** +Listening on port 1224 ... +Connection request from [127.0.0.1] +450 I'm busy +QUIT +250 OK +End of script +Listening on port 1224 ... +Connection request from [127.0.0.1] +220 Connected OK +EHLO the.local.host.name +450 I'm busy +HELO the.local.host.name +450 I'm busy +QUIT +250 OK +End of script +Listening on port 1224 ... +Connection request from [127.0.0.1] +550 Go away +QUIT +250 OK +End of script +Listening on port 1224 ... +Connection request from [127.0.0.1] +220 Connected OK +EHLO the.local.host.name +550 Go away +HELO the.local.host.name +550 Go away +QUIT +250 OK +End of script |