diff options
author | Mark Sapiro <mark@msapiro.net> | 2018-04-13 09:31:18 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2018-04-13 09:31:18 -0700 |
commit | 672e7208eef2506e3cee82cfebd83d71e734f3e4 (patch) | |
tree | d0c4596c13a26dace06b591c6b6b18d24ba872b7 /NEWS | |
parent | a942e159e5c738072efa8fa8c4d7c76cc35a7db5 (diff) | |
download | mailman2-672e7208eef2506e3cee82cfebd83d71e734f3e4.tar.gz mailman2-672e7208eef2506e3cee82cfebd83d71e734f3e4.tar.xz mailman2-672e7208eef2506e3cee82cfebd83d71e734f3e4.zip |
Give a better message from scripts/driver on SyntaxError in mm_cfg.py.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,10 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - The message displayed in the browser when accessing a Mailman CGI when + mm_cfg.py can't be imported due to some exception other than ImportError + has been improved. (LP: #1760506) + - The reimplementation of DELIVERY_RETRY_WAIT in 2.1.26 could cause extra dequeueing and requeueing in the out queue by OutgoingRunner. This is fixed. (LP: #1762871) |