summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBarry Warsaw2007-06-21 10:23:40 -0400
committerBarry Warsaw2007-06-21 10:23:40 -0400
commit6c1ccc236bc24d8b3bb04807ba4b24e8a7a0d18e (patch)
treefe4787d9b79e27ea361b33a4f98a12d2e695f16b /docs
parent3a86b40fe4e3b28c2d9f4e3bbd2cc0eeefe31453 (diff)
downloadmailman-6c1ccc236bc24d8b3bb04807ba4b24e8a7a0d18e.tar.gz
mailman-6c1ccc236bc24d8b3bb04807ba4b24e8a7a0d18e.tar.zst
mailman-6c1ccc236bc24d8b3bb04807ba4b24e8a7a0d18e.zip
Convert the CookHeaders tests in test_handlers to using doctests, split up
into several sub-documents. Defaults.py.in: Removed OLD_STYLE_PREFIXING. So-called 'new style' prefixing is the default and only option now. CookHeaders.py is updated to the new API and some (but not all) of the code has been updated to more modern Python idioms. reply_goes_to_list attribute has been changed from a strict integer to a munepy enum called ReplyToMunging. RFC 2369 headers List-Subscribe and List-Unsubscribe now use the preferred -join and -leave addresses instead of the -request address with a subject value.
Diffstat (limited to 'docs')
-rw-r--r--docs/NEWS.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/NEWS.txt b/docs/NEWS.txt
index af31a1142..10b018817 100644
--- a/docs/NEWS.txt
+++ b/docs/NEWS.txt
@@ -6,6 +6,16 @@ Here is a history of user visible changes to Mailman.
3.0 alpha 1 (XX-XXX-200X)
+ User visible changes
+
+ - So called 'new style' subject prefixing is the default now, and the only
+ option. When a list's subject prefix is added, it's always done so
+ before any Re: tag, not after. E.g. '[My List] Re: The subject'.
+
+ - RFC 2369 headers List-Subscribe and List-Unsubscribe now use the
+ preferred -join and -leave addresses instead of the -request address
+ with a subject value.
+
Configuration
- Mailman can now be configured via a 'mailman.cfg' file which lives in