diff options
Diffstat (limited to 'mailman/bin/check_perms.py')
| -rw-r--r-- | mailman/bin/check_perms.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mailman/bin/check_perms.py b/mailman/bin/check_perms.py index 47f2f78ac..116d8a245 100644 --- a/mailman/bin/check_perms.py +++ b/mailman/bin/check_perms.py @@ -322,6 +322,7 @@ def checkdata(): checkfiles = ('config.pck', 'config.pck.last', 'config.db', 'config.db.last', 'next-digest', 'next-digest-topics', + 'digest.mbox', 'pending.pck', 'request.db', 'request.db.tmp') if STATE.VERBOSE: print _('checking permissions on list data') |
