diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-03-25 17:14:41 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-03-25 17:14:41 +0100 |
commit | 42fab76535e6e0aa7fc722cde1e24afc2c4cca1f (patch) | |
tree | 79c0abbfcd22cd9d9b3b81a38f73f4ce92c2d4cb /test/stdout | |
parent | 40394cc11a826278cef2e205313f9339ca90d16d (diff) |
Testsuite: for SPF tests, avoid using the ipv4 address
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/4600 | 18 | ||||
-rw-r--r-- | test/stdout/4601 | 6 |
2 files changed, 12 insertions, 12 deletions
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:<a@example.com> ??? 250 <<< 250 OK >>> rcpt to:<fred@test.ex> -??? 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:<b@test.example.com> ??? 250 <<< 250 OK >>> rcpt to:<fred@test.ex> -??? 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:<a@example.com> ??? 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 |