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:
35e4802
)
Restore missing part of patch.
author
Jeremy Harris
<jgh146exb@wizmail.org>
Mon, 1 Jul 2013 23:21:05 +0000
(
00:21
+0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Mon, 1 Jul 2013 23:21:05 +0000
(
00:21
+0100)
src/src/deliver.c
patch
|
blob
|
history
diff --git
a/src/src/deliver.c
b/src/src/deliver.c
index 7ff25f22aa33231a1f7351bb0dc218e509001a84..ce928abf34b15a911e4779fd4e8528a215c65048 100644
(file)
--- a/
src/src/deliver.c
+++ b/
src/src/deliver.c
@@
-763,6
+763,15
@@
else
addr->host_used->port));
if (continue_sequence > 1)
s = string_cat(s, &size, &ptr, US"*", 1);
addr->host_used->port));
if (continue_sequence > 1)
s = string_cat(s, &size, &ptr, US"*", 1);
+
+ #ifdef EXPERIMENTAL_DBL
+ dbl_delivery_ip = string_copy(addr->host_used->address);
+ dbl_delivery_port = addr->host_used->port;
+ dbl_delivery_fqdn = string_copy(addr->host_used->name);
+ dbl_delivery_local_part = string_copy(addr->local_part);
+ dbl_delivery_domain = string_copy(addr->domain);
+ dbl_delivery_confirmation = string_copy(addr->message);
+ #endif
}
#ifdef SUPPORT_TLS
}
#ifdef SUPPORT_TLS