From 44ec37f890c7d4d35504d8f2e56c01abe8c60940 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 15 Mar 2012 19:06:22 -0700 Subject: Eradicate Pipermail. Everything but the scrubber test works. That will take some new APIs I suspect. --- src/mailman/core/initialize.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/mailman/core/initialize.py') 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 -- cgit v1.2.3-70-g09d2