From 99efa4cfbe403a1e02bf4a4eb24219e557865033 Mon Sep 17 00:00:00 2001 From: Phil Pennock Date: Fri, 12 Oct 2018 13:35:00 -0400 Subject: Rename smtp.client-ip to smtp.remote-ip This tracks changes in the ARC draft. The Received-SPF headers remain unchanged. --- src/src/arc.c | 2 +- src/src/expand.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/src/arc.c b/src/src/arc.c index 64362e751..80bb30e03 100644 --- a/src/src/arc.c +++ b/src/src/arc.c @@ -1840,7 +1840,7 @@ if (arc_state) US" arc.oldest-pass=", string_sprintf("%d", arc_oldest_pass)); if (sender_host_address) - g = string_append(g, 2, US" smtp.client-ip=", sender_host_address); + g = string_append(g, 2, US" smtp.remote-ip=", sender_host_address); } else if (arc_state_reason) g = string_append(g, 3, US" (", arc_state_reason, US")"); diff --git a/src/src/expand.c b/src/src/expand.c index ca7d36838..adc90f633 100644 --- a/src/src/expand.c +++ b/src/src/expand.c @@ -1687,7 +1687,7 @@ else return g; if (sender_host_address) - g = string_append(g, 2, US" smtp.client-ip=", sender_host_address); + g = string_append(g, 2, US" smtp.remote-ip=", sender_host_address); return g; } -- cgit v1.2.3