Make success expansion a per-transport option
[users/jgh/exim.git] / src / src / readconf.c
index 7f42bb7a97179814cdbbe02713459c52b721557d..b1b26ff67d9e0fdb8a5d1f53bfe85961e78cd079 100644 (file)
@@ -3986,12 +3986,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. */