]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/readconf.c
typo
[user/henk/code/exim.git] / src / src / readconf.c
index c74b70b555e87d21090e5e67f0519af32ba07463..5068dc60e539b116866c5f6353b6c31c1bdf33dc 100644 (file)
@@ -3498,7 +3498,7 @@ if (!process_log_path || !*process_log_path)
 /* Compile the regex for matching a UUCP-style "From_" line in an incoming
 message. */
 
-regex_From = regex_must_compile(uucp_from_pattern, FALSE, TRUE);
+regex_From = regex_must_compile(uucp_from_pattern, MCS_NOFLAGS, TRUE);
 
 /* Unpick the SMTP rate limiting options, if set */