summaryrefslogtreecommitdiff
path: root/src/src/readconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/src/readconf.c')
-rw-r--r--src/src/readconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/readconf.c b/src/src/readconf.c
index c74b70b55..5068dc60e 100644
--- a/src/src/readconf.c
+++ b/src/src/readconf.c
@@ -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 */