diff options
| author | Barry Warsaw | 2012-03-15 19:06:22 -0700 |
|---|---|---|
| committer | Barry Warsaw | 2012-03-15 19:06:22 -0700 |
| commit | 44ec37f890c7d4d35504d8f2e56c01abe8c60940 (patch) | |
| tree | 1be17a33b6deb243abb7397b5038ede72411614b /src/mailman/core/initialize.py | |
| parent | bcc42e2201c7172848185e5675a7b79e3d28aa0f (diff) | |
| download | mailman-44ec37f890c7d4d35504d8f2e56c01abe8c60940.tar.gz mailman-44ec37f890c7d4d35504d8f2e56c01abe8c60940.tar.zst mailman-44ec37f890c7d4d35504d8f2e56c01abe8c60940.zip | |
Diffstat (limited to 'src/mailman/core/initialize.py')
| -rw-r--r-- | src/mailman/core/initialize.py | 4 |
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 |
