summaryrefslogtreecommitdiff
path: root/test/stdout/4600
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-01-02 19:57:15 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2018-01-02 21:21:57 +0000
commit743c4c9f5a8ecd10fb91fff283d949ca9d12e2fb (patch)
treeb784c0190facf6e09432857c618be5a97f41f029 /test/stdout/4600
parenteb52e2cbbe8672b28541e30a05cc9fabba1510df (diff)
Testsuite: SPF testcases. Bug 1789
Diffstat (limited to 'test/stdout/4600')
-rw-r--r--test/stdout/460028
1 files changed, 28 insertions, 0 deletions
diff --git a/test/stdout/4600 b/test/stdout/4600
new file mode 100644
index 000000000..c33a531c2
--- /dev/null
+++ b/test/stdout/4600
@@ -0,0 +1,28 @@
+Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
+??? 220
+<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+>>> helo testclient
+??? 250
+<<< 250 myhost.test.ex Hello testclient [ip4.ip4.ip4.ip4]
+>>> mail from:<a@example.com>
+??? 250
+<<< 250 OK
+>>> rcpt to:<fred@test.ex>
+??? 550
+<<< 550 Administrative prohibition
+>>> quit
+End of script
+Connecting to 127.0.0.1 port 1225 ... connected
+??? 220
+<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+>>> helo testclient
+??? 250
+<<< 250 myhost.test.ex Hello testclient [127.0.0.1]
+>>> mail from:<b@example.com>
+??? 250
+<<< 250 OK
+>>> rcpt to:<fred@test.ex>
+??? 250
+<<< 250 Accepted
+>>> quit
+End of script