git://git.exim.org
/
users
/
jgh
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c562fd3
)
Make $host available in tpda delivery event, for cutthrough. Bug 1529
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 12 Oct 2014 16:51:56 +0000
(17:51 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 22 Oct 2014 15:15:19 +0000
(16:15 +0100)
src/src/deliver.c
patch
|
blob
|
history
diff --git
a/src/src/deliver.c
b/src/src/deliver.c
index 6fac6d8db54082cb8a19f5d93e891999f7d8b78e..4462d5c4af9c81f5891ab4169ace2eb571f67c54 100644
(file)
--- 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"