diff options
| author | Barry Warsaw | 2015-10-20 22:51:37 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2015-10-20 22:51:37 -0400 |
| commit | 5104e712380acca2faef5cfd7dc24a3ffc82bfbe (patch) | |
| tree | 42e12a19ac1cb1915cbf801b223ce0c4a92a74d7 | |
| parent | 5f917c8aec735608cb85195e691fb68fbb835af7 (diff) | |
| download | mailman-5104e712380acca2faef5cfd7dc24a3ffc82bfbe.tar.gz mailman-5104e712380acca2faef5cfd7dc24a3ffc82bfbe.tar.zst mailman-5104e712380acca2faef5cfd7dc24a3ffc82bfbe.zip | |
Add NEWS.
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index 6d20ad019..424c42916 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -43,6 +43,11 @@ Bugs Configuration ------------- + * Mailing lists can now have their own header matching rules, although + site-defined rules still take precedence. Importing a Mailman 2.1 list + with header matching rules defined will create them in Mailman 3, albeit + with a few unsupported corner cases. Definition of new header matching + rules is not yet exposed through the REST API. Given by Aurélien Bompard. * The default languages from Mailman 2.1 have been ported over. Given by Aurélien Bompard. |
