Regex compile cacheing
[exim.git] / src / src / deliver.c
index 8a9a174e3eaaaf9f722fab611db208cd9fc792f3..725d0c872fd84d436538daa3483aaae67b1d8a9a 100644 (file)
@@ -7203,7 +7203,7 @@ local and remote LMTP deliveries. */
 
 if (!regex_IGNOREQUOTA)
   regex_IGNOREQUOTA =
-    regex_must_compile(US"\\n250[\\s\\-]IGNOREQUOTA(\\s|\\n|$)", FALSE, TRUE);
+    regex_must_compile(US"\\n250[\\s\\-]IGNOREQUOTA(\\s|\\n|$)", MCS_NOFLAGS, TRUE);
 
 /* Handle local deliveries */