summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/Archiver/HyperArch.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/Mailman/Archiver/HyperArch.py b/Mailman/Archiver/HyperArch.py
index e12de15f4..c8d27d750 100644
--- a/Mailman/Archiver/HyperArch.py
+++ b/Mailman/Archiver/HyperArch.py
@@ -481,12 +481,6 @@ class HyperArchive(pipermail.T):
#
- # this is always called from inside it's own forked
- # process, and access is protected via list.Save()
- # so we're leavin' the perms wide open from here on out
- #
- ou = os.umask(0)
- #
# can't init the database while other
# processes are writing to it!
# XXX TODO- implement native locking