From cfdd10e1759185484789b531d9b36385eb53488d Mon Sep 17 00:00:00 2001 From: mailman Date: Thu, 26 Feb 1998 23:54:59 +0000 Subject: We use smtp's uid and gid - which happens to be that of root. Am i doing the wrong thing? It works, but i'm not clear about this. --- src/mail-wrapper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/mail-wrapper.c b/src/mail-wrapper.c index 688591f55..5989ae162 100644 --- a/src/mail-wrapper.c +++ b/src/mail-wrapper.c @@ -38,8 +38,8 @@ const char *LEGAL_PARENT_NAMES[] = { }; /* Should make these arrays too... */ -const int LEGAL_PARENT_UID = 0; /* mail's UID *//* actually, using smtp's */ -const int LEGAL_PARENT_GID = 0; /* mail's GID *//* actually, using smtp's */ +const int LEGAL_PARENT_UID = 1; /* mail's UID */ +const int LEGAL_PARENT_GID = 1; /* mail's GID */ /* -- cgit v1.2.3-70-g09d2