diff options
| author | bwarsaw | 2006-10-15 22:13:03 +0000 |
|---|---|---|
| committer | bwarsaw | 2006-10-15 22:13:03 +0000 |
| commit | db6f7ac11f9e16dc6e0630bedb1940c1e217f9ac (patch) | |
| tree | b7835e106594475dc468c59123cd1c25b028f6cc | |
| parent | e7fe84dca5681a6de55262a0eddd06758cbd1ce4 (diff) | |
| download | mailman-db6f7ac11f9e16dc6e0630bedb1940c1e217f9ac.tar.gz mailman-db6f7ac11f9e16dc6e0630bedb1940c1e217f9ac.tar.zst mailman-db6f7ac11f9e16dc6e0630bedb1940c1e217f9ac.zip | |
| -rw-r--r-- | ACKNOWLEDGMENTS.txt (renamed from ACKNOWLEDGMENTS) | 0 | ||||
| -rw-r--r-- | BUGS | 24 | ||||
| -rw-r--r-- | INSTALL.txt (renamed from INSTALL) | 0 | ||||
| -rw-r--r-- | NEWS.txt (renamed from NEWS) | 16 | ||||
| -rw-r--r-- | README.txt (renamed from README) | 0 |
5 files changed, 16 insertions, 24 deletions
diff --git a/ACKNOWLEDGMENTS b/ACKNOWLEDGMENTS.txt index 4d161ab14..4d161ab14 100644 --- a/ACKNOWLEDGMENTS +++ b/ACKNOWLEDGMENTS.txt @@ -1,24 +0,0 @@ -Mailman - The GNU Mailing List Management System -Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc. -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - -The Mailman project is being managed on SourceForge at - - http://sf.net/projects/mailman - -You should submit bugs to the SourceForge bug manager at - - http://sf.net/bugs/?group_id=103 - -If you're able, please also submit a patch to the SourceForge patch -manager, taking care to reference your bug report (which should be -submitted first). The patch manager is at - - http://sf.net/patch/?group_id=103 - - - -Local Variables: -mode: indented-text -indent-tabs-mode: nil -End: @@ -8,6 +8,22 @@ Here is a history of user visible changes to Mailman. Architecture + - Mailman's web interface is now WSGI compliant. WSGI is a Python + standard (PEP 333) allowing web applications to be (more) easily + integrated with any number of existing Python web application + frameworks. For more information see: + + http://www.wsgi.org/wsgi + http://www.python.org/dev/peps/pep-0333/ + + Mailman can still be run as a traditional CGI program of course. + + - Mailman now provides an LMTP server for more efficient integration with + supporting mail servers (e.g. Postfix, Sendmail). The Local Mail + Transport Protocol is defined in RFC 2033: + + http://www.faqs.org/rfcs/rfc2033.html + - Virtual domains are now fully supported in that mailing lists of the same name can exist in more than one domain. This is accomplished by renaming the lists/ and archives/ subdirectories after the list's |
