From 9606b26c8e240f32f258941d3a9cdba29d3415c7 Mon Sep 17 00:00:00 2001 From: mailman Date: Thu, 5 Mar 1998 23:46:45 +0000 Subject: Reverting to original setting that worked, despite the fact that i changed the mailman account GID. --- src/alias-wrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alias-wrapper.c b/src/alias-wrapper.c index c1096d47e..d335e0c1c 100644 --- a/src/alias-wrapper.c +++ b/src/alias-wrapper.c @@ -2,7 +2,7 @@ const int LEGAL_PARENT_UID = 9001; /* mailman's UID */ -const int LEGAL_PARENT_GID = 4130; /* mailman's GID */ +const int LEGAL_PARENT_GID = 6; /* mailman's GID */ const char* SENDMAIL_CMD = "/usr/sbin/sendmail"; const char* ALIAS_FILE = "/etc/aliases"; -- cgit v1.3.1