diff options
| author | mailman | 1998-03-27 05:28:36 +0000 |
|---|---|---|
| committer | mailman | 1998-03-27 05:28:36 +0000 |
| commit | 3840b74d82d71a4de0fba433b64c3643436b501e (patch) | |
| tree | 7bba830a6a6d258be67dabb0b2d67b76c29d57dd /modules/mm_utils.py | |
| parent | 3be42772f96f27e2172e6eed2f3d999143451303 (diff) | |
| download | mailman-3840b74d82d71a4de0fba433b64c3643436b501e.tar.gz mailman-3840b74d82d71a4de0fba433b64c3643436b501e.tar.zst mailman-3840b74d82d71a4de0fba433b64c3643436b501e.zip | |
Diffstat (limited to 'modules/mm_utils.py')
| -rw-r--r-- | modules/mm_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mm_utils.py b/modules/mm_utils.py index a112daeeb..22e183074 100644 --- a/modules/mm_utils.py +++ b/modules/mm_utils.py @@ -245,7 +245,7 @@ def map_maillists(func, names=None, unlock=None, verbose=0): if verbose: print i, l = MailList(i) if verbose: print - if unlock: + if unlock and l.Locked(): l.Unlock() got.append(apply(func, (l,))) if verbose: print got[-1] |
