diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-05-07 21:36:22 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-05-07 21:36:22 +0100 |
commit | 846430d945e9056842ad7f12f85d43435d78baf0 (patch) | |
tree | 1187ed9dc90d8231c1f52fbf72ac3a13ec359717 /test/stdout | |
parent | 2f8e6f3087227b9d30bc71862ff9f1cc3355f52d (diff) |
Log lengthy DNS lookups. Bug 514
Original by <derrick.rice@gmail.com>, massaged by JH
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0606 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/stdout/0606 b/test/stdout/0606 new file mode 100644 index 000000000..5ea77a338 --- /dev/null +++ b/test/stdout/0606 @@ -0,0 +1,20 @@ + +**** SMTP testing session as if from host 127.0.0.1 +**** but without any ident (RFC 1413) callback. +**** This is not for real! + +220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+250 the.local.host.name Hello test [127.0.0.1]
+250 OK
+250 Accepted
+221 the.local.host.name closing connection
+ +**** SMTP testing session as if from host 127.0.0.1 +**** but without any ident (RFC 1413) callback. +**** This is not for real! + +220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+250 the.local.host.name Hello test [127.0.0.1]
+250 OK
+250 Accepted
+221 the.local.host.name closing connection
|