summaryrefslogtreecommitdiff
path: root/test/mail
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2018-10-12 13:35:00 -0400
committerPhil Pennock <pdp@exim.org>2018-10-12 13:35:00 -0400
commit99efa4cfbe403a1e02bf4a4eb24219e557865033 (patch)
tree99d72d2f516eb7c03278ceece850e430d23fe9eb /test/mail
parent184384c323338c577cf3da314b3d0cd94b372d8e (diff)
Rename smtp.client-ip to smtp.remote-ip
This tracks changes in the ARC draft. The Received-SPF headers remain unchanged.
Diffstat (limited to 'test/mail')
-rw-r--r--test/mail/3700.smtps2
-rw-r--r--test/mail/3700.x2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/mail/3700.smtps b/test/mail/3700.smtps
index e00ff4dc2..700d68128 100644
--- a/test/mail/3700.smtps
+++ b/test/mail/3700.smtps
@@ -1,6 +1,6 @@
From ok@test.ex Tue Mar 02 09:44:33 1999
Authentication-Results: myhost.test.ex;
- iprev=pass (localhost) smtp.client-ip=127.0.0.1;
+ iprev=pass (localhost) smtp.remote-ip=127.0.0.1;
auth=pass (tls) x509.auth="Phil Pennock"
Received: from localhost ([127.0.0.1] helo=myhost.test.ex)
by myhost.test.ex with esmtpsa (TLS_proto_and_cipher)
diff --git a/test/mail/3700.x b/test/mail/3700.x
index 138bcfb45..8b589be7a 100644
--- a/test/mail/3700.x
+++ b/test/mail/3700.x
@@ -1,6 +1,6 @@
From ok@test.ex Tue Mar 02 09:44:33 1999
Authentication-Results: myhost.test.ex;
- iprev=pass (localhost) smtp.client-ip=127.0.0.1;
+ iprev=pass (localhost) smtp.remote-ip=127.0.0.1;
auth=pass (tls) x509.auth="Phil Pennock"
Received: from localhost ([127.0.0.1] helo=myhost.test.ex)
by myhost.test.ex with esmtpsa (TLS_proto_and_cipher)