More bug-fixes, GSASL DIGEST-MD5 now works.
[exim.git] / src / src / readconf.c
index 7aa44cf8c6b6fcf1fde3911d01bda811c8a06002..c62235916328e62ff46f5ad3f24359389cb325be 100644 (file)
@@ -1,5 +1,3 @@
-/* $Cambridge: exim/src/src/readconf.c,v 1.45 2010/06/12 17:56:32 jetmore Exp $ */
-
 /*************************************************
 *     Exim - an Internet mail transport agent    *
 *************************************************/
@@ -3113,6 +3111,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. */