diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-11-11 16:11:06 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-11-11 16:11:06 +0000 |
commit | 72934ba73e5ac5fbd64b56dc684e3371a9651909 (patch) | |
tree | c1373e0828bd52539188fa6891a7d18afc702976 /test/stdout | |
parent | ce25e2982bde749c219357bd5983d2735277919f (diff) |
Downgrade an unfound-list name from panic to DEFER. Bug 1645
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0275 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/stdout/0275 b/test/stdout/0275 index fa02efa75..1642be115 100644 --- a/test/stdout/0275 +++ b/test/stdout/0275 @@ -1,2 +1,12 @@ userx@test.ex router = r3, transport = t1 + +**** SMTP testing session as if from host 127.0.0.1 +**** but without any ident (RFC 1413) callback. +**** This is not for real! + +220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+250 myhost.test.ex Hello test [127.0.0.1]
+250 OK
+451 Temporary local problem - please try later
+221 myhost.test.ex closing connection
|