summaryrefslogtreecommitdiffstats
path: root/mail/exim/files/patch-src::host.c
blob: b6e1e98e42072330c0336dc0f28a7a3cbf36e72e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/host.c.orig	Mon May 12 15:39:19 2003
+++ src/host.c	Fri Jun 20 14:54:12 2003
@@ -817,8 +817,8 @@
     int rc;
     uschar *save = deliver_domain;
     deliver_domain = h->name;   /* set $domain */
-    rc = match_isinlist(string_copylc(h->name), &hosts_treat_as_local, 0, NULL,
-      NULL, MCL_DOMAIN, TRUE, NULL);
+    rc = match_isinlist(string_copylc(h->name), &hosts_treat_as_local, 0,
+      &domainlist_anchor, NULL, MCL_DOMAIN, TRUE, NULL);
     deliver_domain = save;
     if (rc == OK) goto FOUND_LOCAL;
     }
OpenPOWER on IntegriCloud