[Bug 1760506] Re: mm_cfg.py syntax error is handled ungracefully

2018-04-13 Thread Launchpad Bug Tracker
** Branch linked: lp:mailman/2.1 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1760506 Title: mm_cfg.py syntax error is handled ungracefully To manage notifications about this bug go to:

[Bug 1760506] Re: mm_cfg.py syntax error is handled ungracefully

2018-04-13 Thread Mark Sapiro
The issue in this specific case was scripts/driver only caught ImportError on a try: of importing mm_cfg and the exception here is SyntaxError. I have changed it to catch any exception and also indicate the traceback could be in the web server logs. ** Changed in: mailman Importance: Undecided