diff options
| author | twouters | 2001-07-10 12:16:53 +0000 |
|---|---|---|
| committer | twouters | 2001-07-10 12:16:53 +0000 |
| commit | 0732cd6d3d292cdca6041fee815528a09da65058 (patch) | |
| tree | dc73666b03cd49fea7631bb27a4f0a1def931a51 /Mailman/MTA/Postfix.py | |
| parent | cca555d48c2dadbfd3376643fdd90143f781ac27 (diff) | |
| download | mailman-0732cd6d3d292cdca6041fee815528a09da65058.tar.gz mailman-0732cd6d3d292cdca6041fee815528a09da65058.tar.zst mailman-0732cd6d3d292cdca6041fee815528a09da65058.zip | |
Diffstat (limited to 'Mailman/MTA/Postfix.py')
| -rw-r--r-- | Mailman/MTA/Postfix.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/MTA/Postfix.py b/Mailman/MTA/Postfix.py index 6becbceaf..85dc505f5 100644 --- a/Mailman/MTA/Postfix.py +++ b/Mailman/MTA/Postfix.py @@ -232,7 +232,7 @@ def checkperms(state): print _('%(DBFILE)s permissions must be 066x (got %(octmode)s)'), if state.FIX: print _('(fixing)') - os.chmod(DBFILE, mode | targetmode) + os.chmod(DBFILE, stat[ST_MODE] | targetmode) else: print # Make sure the aliases.db is owned by root. We don't need to check the |
