From 42fab76535e6e0aa7fc722cde1e24afc2c4cca1f Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 25 Mar 2018 17:14:41 +0100 Subject: Testsuite: for SPF tests, avoid using the ipv4 address --- test/stdout/4600 | 18 +++++++++--------- test/stdout/4601 | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'test/stdout') diff --git a/test/stdout/4600 b/test/stdout/4600 index 3b75a04e3..e1089a58b 100644 --- a/test/stdout/4600 +++ b/test/stdout/4600 @@ -1,32 +1,32 @@ -Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected +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 [ip4.ip4.ip4.ip4] +<<< 250 myhost.test.ex Hello testclient [127.0.0.1] >>> mail from: ??? 250 <<< 250 OK >>> rcpt to: -??? 550 -<<< 550 Administrative prohibition +??? 250 +<<< 250 Accepted >>> quit End of script -Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected +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 [ip4.ip4.ip4.ip4] +<<< 250 myhost.test.ex Hello testclient [127.0.0.1] >>> mail from: ??? 250 <<< 250 OK >>> rcpt to: -??? 550 -<<< 550 Administrative prohibition +??? 250 +<<< 250 Accepted >>> quit End of script -Connecting to 127.0.0.1 port 1225 ... connected +Connecting to 127.0.0.1 port 1224 ... connected ??? 220 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 >>> helo testclient diff --git a/test/stdout/4601 b/test/stdout/4601 index 9abbcf5a8..66746a470 100644 --- a/test/stdout/4601 +++ b/test/stdout/4601 @@ -1,9 +1,9 @@ -Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected +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 [ip4.ip4.ip4.ip4] +<<< 250 myhost.test.ex Hello testclient [127.0.0.1] >>> mail from: ??? 250 <<< 250 OK @@ -12,7 +12,7 @@ Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected <<< 250 Accepted >>> quit End of script -Connecting to 127.0.0.1 port 1225 ... connected +Connecting to 127.0.0.1 port 1224 ... connected ??? 220 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 >>> helo testclient -- cgit v1.2.3