Add retry type "lookup". Bug 1566
[exim.git] / src / src / routers / rf_lookup_hostlist.c
index 28d4fc4c1347b070f7b08a390141d8b3b5ddf4aa..ab2e4ec2c374cd3f0cac804ac71f2ce4d4252568 100644 (file)
@@ -168,6 +168,7 @@ for (h = addr->host_list; h != NULL; h = next_h)
     if (hff_code == hff_pass) return PASS;
     if (hff_code == hff_decline) return DECLINE;
 
+    addr->basic_errno = ERRNO_UNKNOWNHOST;
     addr->message =
       string_sprintf("lookup of host \"%s\" failed in %s router%s",
         h->name, rblock->name,