From: Jeremy Harris Date: Mon, 1 Jul 2013 23:21:05 +0000 (+0100) Subject: Restore missing part of patch. X-Git-Url: https://git.exim.org/users/jgh/exim.git/commitdiff_plain/775231c435056cc2839a885951fde3875b8751b2?ds=sidebyside Restore missing part of patch. --- diff --git a/src/src/deliver.c b/src/src/deliver.c index 7ff25f22a..ce928abf3 100644 --- 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); + + #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