[adherents] .forward pas accessible aux adhérents
Ignore-this: 5676259bc01f4858a0e0330cfcaf885c darcs-hash:20120828122824-28565-d01311cf3876653adb1b93c77e968ba5fd9e0158.gz
This commit is contained in:
parent
3591768b32
commit
23179cb915
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ class home:
|
||||||
if mail_redirect:
|
if mail_redirect:
|
||||||
file(home + '/.forward', 'w').write(mail_redirect + '\n')
|
file(home + '/.forward', 'w').write(mail_redirect + '\n')
|
||||||
os.chown(home + '/.forward', int(uid), config.gid)
|
os.chown(home + '/.forward', int(uid), config.gid)
|
||||||
|
os.chmod(home + '/.forward', 705)
|
||||||
|
|
||||||
except:
|
except:
|
||||||
print ERREUR
|
print ERREUR
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue