From: Jeremy Harris Date: Sun, 12 Oct 2014 16:51:56 +0000 (+0100) Subject: Make $host available in tpda delivery event, for cutthrough. Bug 1529 X-Git-Tag: exim-4_85_RC1~37^2 X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=commitdiff_plain;h=029f41922c829cd007ec53006076443e38132e64 Make $host available in tpda delivery event, for cutthrough. Bug 1529 --- diff --git a/src/src/deliver.c b/src/src/deliver.c index 6fac6d8db..4462d5c4a 100644 --- a/src/src/deliver.c +++ b/src/src/deliver.c @@ -873,6 +873,7 @@ else #ifdef EXPERIMENTAL_TPDA deliver_host_address = addr->host_used->address; deliver_host_port = addr->host_used->port; + deliver_host = addr->host_used->name; /* DNS lookup status */ lookup_dnssec_authenticated = addr->host_used->dnssec==DS_YES ? US"yes"