From 23179cb9153d714f3b56da2de2fa5a6231a90377 Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Tue, 28 Aug 2012 14:28:24 +0200 Subject: [PATCH] =?UTF-8?q?[adherents]=20.forward=20pas=20accessible=20aux?= =?UTF-8?q?=20adh=C3=A9rents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore-this: 5676259bc01f4858a0e0330cfcaf885c darcs-hash:20120828122824-28565-d01311cf3876653adb1b93c77e968ba5fd9e0158.gz --- gestion/gen_confs/adherents.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gestion/gen_confs/adherents.py b/gestion/gen_confs/adherents.py index bdb53706..0fa08c45 100644 --- a/gestion/gen_confs/adherents.py +++ b/gestion/gen_confs/adherents.py @@ -144,6 +144,7 @@ class home: if mail_redirect: file(home + '/.forward', 'w').write(mail_redirect + '\n') os.chown(home + '/.forward', int(uid), config.gid) + os.chmod(home + '/.forward', 705) except: print ERREUR