diff options
| author | Barry Warsaw | 2016-03-22 10:35:14 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2016-03-22 10:35:14 -0400 |
| commit | 8d43e8f7848e080c588540fe2aecf481f167d5b2 (patch) | |
| tree | 223fffafc2e374b5aacfc406ffcc958343d8804d /src/mailman/docs/NEWS.rst | |
| parent | 75941917d8c57b41e2583079f22863326ebf9920 (diff) | |
| download | mailman-8d43e8f7848e080c588540fe2aecf481f167d5b2.tar.gz mailman-8d43e8f7848e080c588540fe2aecf481f167d5b2.tar.zst mailman-8d43e8f7848e080c588540fe2aecf481f167d5b2.zip | |
Diffstat (limited to 'src/mailman/docs/NEWS.rst')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index baf34413b..79adfae43 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -84,6 +84,14 @@ Configuration * The default languages from Mailman 2.1 have been ported over. Given by Aurélien Bompard. +Command line +------------ + * ``mailman create <listname@dom.ain>`` will now create missing domains + by default. The ``-d``/``--domain`` option is kept for backward + compatibility, but now there is a ``-D``/``--no-domain`` option to prevent + missing domains from being create, forcing an error in those cases. + Given by Gurkirpal Singh. (Closes #39) + Interfaces ---------- * Implement reasons for why a message is being held for moderator approval. |
