[exim-dev] [Bug 1529] $host is empty for TPDA delivery event…

Top Page
Delete this message
Reply to this message
Author: Git Commit
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1529] $host is empty for TPDA delivery event from cutthrouigh delivery
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1529

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???





--- Comment #1 from Git Commit <git@???> 2014-10-22 16:17:05 ---
Git commit:
http://git.exim.org/exim.git/commitdiff/029f41922c829cd007ec53006076443e38132e64

commit 029f41922c829cd007ec53006076443e38132e64
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Oct 12 17:51:56 2014 +0100
Commit:     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"



--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email