diff options
Diffstat (limited to 'Mailman/MailCommandHandler.py')
| -rw-r--r-- | Mailman/MailCommandHandler.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mailman/MailCommandHandler.py b/Mailman/MailCommandHandler.py index 24a011c2a..e49f1128f 100644 --- a/Mailman/MailCommandHandler.py +++ b/Mailman/MailCommandHandler.py @@ -414,7 +414,8 @@ The following is a detailed description of the problems. try: from Mailman import MailList listob = MailList.MailList(listname, lock=0) - except Errors.MMUnknownListError: + except Errors.MMListError, e: + # TBD: better error reporting continue # We can mention this list if you already know about it. if not listob.advertised and listob <> self: |
