Change the default for system_filter_user.
[exim.git] / src / src / globals.c
index f77fbcc6375262b757198e95f5c7c16a6b89ff95..500691cb09fb625f34776cc919ca29b071d8ac7f 100644 (file)
@@ -1189,7 +1189,7 @@ uschar *system_filter_reply_transport = NULL;
 
 gid_t   system_filter_gid      = 0;
 BOOL    system_filter_gid_set  = FALSE;
-uid_t   system_filter_uid      = 0;
+uid_t   system_filter_uid      = (uid_t)-1;
 BOOL    system_filter_uid_set  = FALSE;
 BOOL    system_filtering       = FALSE;