Add test for deferral case
[users/jgh/exim.git] / src / src / readconf.c
index d0608d7dee8d94f0f44f306b8f4c95c977dcea96..29ad4e7e063f574b0ebde659007cf93c03d73059 100644 (file)
@@ -3989,12 +3989,15 @@ uschar *p;
 
 /* Not receiving messages, don't need to parse the ACL data */
 
+/*XXX need to make this more selective */
+#ifndef EXPERIMENTAL_DBL
 if (skip)
   {
   DEBUG(D_acl) debug_printf("skipping ACL configuration - not needed\n");
   while ((p = get_config_line()) != NULL);
   return;
   }
+#endif
 
 /* Read each ACL and add it into the tree. Macro (re)definitions are allowed
 between ACLs. */