summaryrefslogtreecommitdiff
path: root/src/mailman/core/initialize.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/core/initialize.py')
-rw-r--r--src/mailman/core/initialize.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mailman/core/initialize.py b/src/mailman/core/initialize.py
index 721877056..389a45f3b 100644
--- a/src/mailman/core/initialize.py
+++ b/src/mailman/core/initialize.py
@@ -108,9 +108,7 @@ def initialize_1(config_path=None):
# By default, set the umask so that only owner and group can read and
# write our files. Specifically we must have g+rw and we probably want
# o-rwx although I think in most cases it doesn't hurt if other can read
- # or write the files. Note that the Pipermail archive has more
- # restrictive permissions in order to handle private archives, but it
- # handles that correctly.
+ # or write the files.
os.umask(007)
# config_path will be set if the command line argument -C is given. That
# case overrides all others. When not given on the command line, the