1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
From: Santiago Vila <sanvila@debian.org>
Subject: Allow writeable rcfiles when the group is the user's default group
X-Debian-version: 3.12-1
--- a/config.h
+++ b/config.h
@@ -46,7 +46,7 @@
*/
#define PRESTENV {"IFS","ENV","PWD",0}
-/*#define GROUP_PER_USER /* uncomment this if each
+#define GROUP_PER_USER /* uncomment this if each
user has his or her own
group and procmail can therefore trust a $HOME/.procmailrc that
is group writable or contained in a group writable home directory
|