RELEASED Mailman 2.0.10

Barry A. Warsaw barry@zope.com
Thu, 18 Apr 2002 00:35:06 -0400


I've just released version 2.0.10 of Mailman, the GNU Mailing List
Manager.  Mailman is released under the GNU General Public License
(GPL).  Version 2.0.10 fixes a few minor, but mostly harmless, bugs in
version 2.0.9.  I recommend that you upgrade, but it is not critical.
Details of what's changed are included below.

GNU Mailman is software to help manage electronic mail discussion
lists.  Mailman gives each mailing list a unique web page and allows
users to subscribe, unsubscribe, and change their account options over
the web.  Even the list manager can administer his or her list
entirely via the web.  Mailman has most of the features that people
want in a mailing list management system, including built-in
archiving, mail-to-news gateways, spam filters, bounce detection,
digest delivery, and so on.

Mailman is compatible with most web servers, web browsers, and mail
servers.  It runs on any Unix-like operating system.  Mailman 2.0.10
requires Python 1.5.2 or newer.  To install Mailman from source, you
will need a C compiler.

For more information on Mailman, including links to file downloads,
please see the Mailman web page: http://www.gnu.org/software/mailman

And its mirrors at:

    http://mailman.sourceforge.net
    http://www.list.org

Patches and source tarballs are available at

    http://sourceforge.net/project/showfiles.php?group_id=103

There are email lists (managed by Mailman, of course!) for both
Mailman users and developers.  See the web sites above for details.

Cheers,
-Barry

2.0.10 (09-Apr-2002)

    - Closed another small race condition.

    - Add the RFC-2822 recommended Message-ID: header on internally
      generated outgoing messages.  Not all MTAs add this field if
      missing (read: Qmail).