diff options
| author | Aurélien Bompard | 2015-11-25 14:20:27 +0100 |
|---|---|---|
| committer | Barry Warsaw | 2015-11-29 11:40:15 -0500 |
| commit | 015a498f735cfc3a90ae07bd178ebb1c6f4bf8e0 (patch) | |
| tree | d3c8e6953c7f118acffb06d3f9285c944768f1b6 /src/mailman/docs | |
| parent | 8413ae86bfce8665fc94a8e3fb8b5e0624a46f25 (diff) | |
| download | mailman-015a498f735cfc3a90ae07bd178ebb1c6f4bf8e0.tar.gz mailman-015a498f735cfc3a90ae07bd178ebb1c6f4bf8e0.tar.zst mailman-015a498f735cfc3a90ae07bd178ebb1c6f4bf8e0.zip | |
Allow list names to have command suffixes
Fixes #168
Minor style fixes and add another test.
Diffstat (limited to 'src/mailman/docs')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index b92b17773..e2f81c4b4 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -1,4 +1,4 @@ -================================================ +=============================================== Mailman - The GNU Mailing List Management System ================================================ @@ -47,7 +47,9 @@ Bugs * Fix traceback in approved handler when the moderator password is None. Given by Aurélien Bompard. * Fix IntegrityErrors raised under PostreSQL when deleting users and - addresses. Given by Aurélien Bompard. + addresses. Given by Aurélien Bompard. + * Allow mailing lists to have localhost names with a suffix matching the + subcommand extensions. Given by Aurélien Bompard. (Closes: #168) Configuration ------------- |
