summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormailman1998-02-26 23:54:59 +0000
committermailman1998-02-26 23:54:59 +0000
commitcfdd10e1759185484789b531d9b36385eb53488d (patch)
tree038aae7f1e3c27b35228d5e7bc559cf73e687427 /src
parent73dc06a500936b86721239e6d17721c359606038 (diff)
downloadmailman-cfdd10e1759185484789b531d9b36385eb53488d.tar.gz
mailman-cfdd10e1759185484789b531d9b36385eb53488d.tar.zst
mailman-cfdd10e1759185484789b531d9b36385eb53488d.zip
Diffstat (limited to 'src')
-rw-r--r--src/mail-wrapper.c4
1 files changed, 2 insertions, 2 deletions
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 */
/*