Gitweb:
http://git.exim.org/exim.git/commitdiff/029f41922c829cd007ec53006076443e38132e64
Commit: 029f41922c829cd007ec53006076443e38132e64
Parent: c562fd30c03126dd72d76ec43842d9d00fcd8bf3
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Oct 12 17:51:56 2014 +0100
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Wed Oct 22 16:15:19 2014 +0100
Make $host available in tpda delivery event, for cutthrough. Bug 1529
---
src/src/deliver.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/src/deliver.c b/src/src/deliver.c
index 6fac6d8..4462d5c 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"