DANE: Fix 2-rcpt message, diff domins case. Bug 2265
[users/heiko/exim.git] / src / src / deliver.c
index acb87bca60b5c75daef46c8752af9e9abd1db340..a47440695220223ab5dc1e5d22bcb54eaf0ee3ed 100644 (file)
@@ -460,6 +460,9 @@ TRUE if the lists refer to the same hosts in the same order, except that
 This enables Exim to use a single SMTP transaction for sending to two entirely
 different domains that happen to end up pointing at the same hosts.
 
+We do not try to batch up different A-record host names that refer to the
+same IP.
+
 Arguments:
   one       points to the first host list
   two       points to the second host list
@@ -2125,7 +2128,7 @@ Arguments:
 Returns:     nothing
 */
 
-static void
+void
 deliver_local(address_item *addr, BOOL shadowing)
 {
 BOOL use_initgroups;