summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw2009-01-03 05:32:31 -0500
committerBarry Warsaw2009-01-03 05:32:31 -0500
commit01f35df61d8504c4c2f07943dab9ac1a71718893 (patch)
treeb9621ba42e526c75019b27f2b6c0dfb3610f6ac3
parente5a96f14fb0fe8196e7b3ea0306c9f57f45c3110 (diff)
downloadmailman-01f35df61d8504c4c2f07943dab9ac1a71718893.tar.gz
mailman-01f35df61d8504c4c2f07943dab9ac1a71718893.tar.zst
mailman-01f35df61d8504c4c2f07943dab9ac1a71718893.zip
Updated NEWS
-rw-r--r--docs/NEWS.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/NEWS.txt b/docs/NEWS.txt
index 5e6245589..f9c372f5e 100644
--- a/docs/NEWS.txt
+++ b/docs/NEWS.txt
@@ -37,11 +37,31 @@ Here is a history of user visible changes to Mailman.
with the plug-in architecture. Not all commands have yet been
converted.
+ Other changes
+
+ - The LMTP server now properly calculates the message's original size.
+
+ - For command line scripts, -C names the configuration file to use. For
+ convenient testing, if -C is not given, then the environment variable
+ MAILMAN_CONFIG_FILE is consulted.
+
- Support added for a local MHonArc archiver, as well as archiving
automatically in the remote Mail-Archive.com service.
- The permalink proposal for supporting RFC 5064 has been adopted.
+ - Mailing lists no longer have a .web_page_url attribute; this is taken
+ from the mailing list's domain's base_url attribute.
+
+ - Incoming MTA selection is now taken from the config file instead of
+ plugins. An MTA for Postfix+LMTP is added. bin/genaliases works again.
+
+ - If a message has no Message-ID, the stock archivers will return None for
+ the permalink now instead of raising an assertion.
+
+ - IArchiver no longer has an is_enabled property; this is taken from the
+ configuration file now.
+
Installation
- Python 2.6 is the minimal requirement.