ACL: in "regex" condition, release store every thousand lines. Bug 3047
[exim.git] / src / src / acl.c
index 9223fcec810aee7ae8ddd95e8e84f230e563c471..ecba07b2589b43254823cc87255af441c766304c 100644 (file)
@@ -3955,11 +3955,11 @@ for (; cb; cb = cb->next)
        CUSS &recipient_data);
       break;
 
-    #ifdef WITH_CONTENT_SCAN
+#ifdef WITH_CONTENT_SCAN
     case ACLC_REGEX:
       rc = regex(&arg, textonly);
       break;
-    #endif
+#endif
 
     case ACLC_REMOVE_HEADER:
       setup_remove_header(arg);