X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/0ca0cf52fa9c635984937a3cc813d38fcdacd7ab..921b12ca0c361b9c543368edf057712afa02ca14:/src/src/readconf.c?ds=sidebyside diff --git a/src/src/readconf.c b/src/src/readconf.c index 7aa44cf8c..4e85a872e 100644 --- a/src/src/readconf.c +++ b/src/src/readconf.c @@ -3113,6 +3113,11 @@ if (*pid_file_path != 0) pid_file_path = s; } +/* Set default value of process_log_path */ + +if (process_log_path == NULL || *process_log_path =='\0') + process_log_path = string_sprintf("%s/exim-process.info", spool_directory); + /* Compile the regex for matching a UUCP-style "From_" line in an incoming message. */