Download project files

How do I verify a download?


4150 of 70 releases

2.1.13rc1 release from the 2.1 series released

Release information
Release notes:

This is a bug fix release and contains a new localization for the Asturian language.

Python 2.4 is the minimum supported, but Python 2.5.or 2.6 is recommended.

Changelog:

  i18n

    - Added Asturian translation from Marcos Costales and the Asturian
      Language Team.

  Bug Fixes and other patches

    - Added vette logging for rejected and discarded (un)subscribe requests.

    - Fixed a bug in admindb.py that could erroneously discard an unsubscribe
      request as a duplicate.

    - Decoded RFC 2047 encoded message subjects for a few reports.
      Bug #266428.

    - Fixed the French, Spanish and Hebrew translations which improperly
      translated the 'coding:' line in bin/config_list output.

    - Fixed the auto-responder to treat messages to -confirm, -join, -leave,
      -subscribe and -unsubscribe as requests rather than posts. Bug #427962.

    - Configure/make no longer builds Japanese and Korean codecs in
      pythonlib if Python already has them.

    - Inadvertently setting a null site or list password allowed access
      to a list's web admin interface without authentication. Fixed by
      not accepting null passwords.

    - Changed VERP_CONFIRM_REGEXP in Defaults.py to work if the replying
      MUA folds the To: header and in cases where the list name includes '+'.

    - Fixed some paths in contrib/check_perms_grsecurity.py. Bug #411192.

    - Replies to commands sent to list-request now come From: list-owner
      instead of list-bounces.

    - Mailman no longer folds long sub-part headers in multipart messages.
      In addition, Mailman no longer escapes From_ lines in the body of
      messages sent to regular list members, although MTA's may do it anyway.
      This is to avoid breaking signatures per Bug #265967.

    - XSS protection in the web interface went too far in escaping HTML
      entities. Fixed.

    - Removed or anonymized additional headers in posts to anonymous lists.

    - Fixed a bug that could cause incorrect threading of replies to archived
      messages that arrive with timestamps in the same second.

    - Scrubbed HTML attachments containing tab characters would get the tabs
      replaced by a string of '&nbsp' without a semicolon. Fixed.

    - Caught a TypeError in content filtering, collapse alternatives that
      occurred with a malformed message if a multipart/alternative part
      wasn't multi-part. Reported in comments to bug #266230.

    - Fixed a few things in bin/update:
      - Changed some old messages for more current meaning.
      - Fixed qfiles update to not lose metadata from 2.1.5+ format entries.
      - Fixed 2.0.x template migration to not die if the templates/ tree
        contains subdirectories from a version control system.

    - Fixed a bug that would show a list on the admin and listinfo overview
      pages if its web_page_url host contained the current host as a
      substring. Bug #342162.

    - Fixed a bug in Utils.canonstr() that would throw a UnicodeDecodeError
      if the string contained an HTML entity > 255 and also characters in the
      128-255 range. Bug #341594.

    - Added recognition for more bounces.

    - Updated contrib/mmdsr to report preserved messages and to use mktemp to
      create temp files.

File Description Downloads
download icon mailman-2.1.13rc1.tgz (md5, sig) The first release candidate for Mailman 2.1.13 63
last downloaded 22 weeks ago
Total downloads: 63

2.1.12 release from the 2.1 series released

Release information
Release notes:

Mailman 2.1.12 is a minor bug fix and Python 2.6 compatibility release.

The minimum Python for this release is Python 2.4 and it is compatible with Python through 2.6.
The previous Mailman releases are not compatible with Python 2.6.

Changelog:

    Bug fixes and other patches

    - Fix compatibility with Python 2.6.

    - Fixed a bug in admin.py which would result in chunked pages of the
      membership list for members whose address begins with a non-alphanumeric
      character to not be visible or retrievable.

    - Changed ListAdmin.py to make rejected post messages From: the -owner
      address instead of the -bounces address.

    - With MTA = 'Postfix', if the STANZA END for a list being removed is
      missing or munged, the remainder of the aliases and/or virtual-mailman
      file is lost. Fixed.

    - Since Mailman 2.1.1, 2.0.x outstanding subscription and held message
      requests have not been migrated properly. This is fixed.
      Bug #266106 (sf998384).

    - Changed cron/gate_news to continue processing the remaining lists on
      certain errors that can be caused by configuration of a particular list.
      Bug #265941 (sf775100).

    - Fixed a bug in AvoidDuplicates.py that caused it to fail if the address
      in the To: or Cc: header differed in case from the case-preserved member
      address. Bug #297795.

    - Fixed a problem in SecurityManager that caused it to not find the
      cookie when CheckCookie was not given a user and the user in the cookie
      had a %xx encoded character. Bug # 299220.

    - Fixed a minor fromusenet reporting issue in the contributed mmdsr
      script.

    - Fixed a minor issue in cron/gate_news that could cause a list's
      watermark to not be completely updated.

    - Fixed an issue that prevented editing the options.html template from
      the web admin interface. SF Bug #2164798.

    - Fixed a problem in Decorate which could throw a TypeError on conversion
      to unicode of a header/footer that was already unicode because of
      interpolating a unicode value.

    - Fixed an issue where list creation would report bad owner email
      instead of bad listname when the list name had non-ascii characters.
      SF Bug #2126489.

    - Fixed an issue where in some circumstances HyperArch.py would translate
      ' at ' into the wrong language ultimately throwing a UnicodeDecodeError
      when the translation was decoded with a different character set.
      Bug #308152.

    - Corrected a typo in Mailman/Gui/Privacy.py. Bug #309757.

    - Changed the pattern used to recognize URLs in messages for the pipermail
      archive in order to try to do a better job of making hyperlinks.
      Bug #310124.

    - Added missing --bare option to French translation of list_lists help.
      Bug #312119.

    - Fixed a long standing error that stopped relative hrefs from being
      generated for links on Mailman's web pages.

    - Changed the admindb interface so that when messages are rejected from
      the summary page, the reject reason is the rejection message from the
      Errors.HoldMessage subclass instead of the generic "No reason given".

    - Fixed the admin Membership List Find member function so the 'letter'
      links to a chunked result would still be limited to the Find member
      search. SF patch #1532081.

    - Changed scripts/driver to return a 405 status for non GET, POST, HEAD
      methods. SF patch #1578756.

    - Fixed a bug in admindb.py in the implementation of replacing "No Reason
      Given" with the default rejection reason. Bug #325016.

    - Changed Gui/Topics.py to validate regexps in VERBOSE mode. Bug #327008.

    - Worked around a potential problem in HyperArch.py with unicode character
      set arguments. Bug #328353.

    - Recognize a couple more bounces.

    - Fixed a bug introduced in 2.1.11 which would attempt to store bounce info
      for a member just deleted if bounce_you_are_disabled_warnings is zero.

 i18n

    - Updated Dutch, Catalan and Polish translations.

  Miscellaneous

    - Added Lindsay Haisley's courier_to_mailman.py to the contrib directory.

    - Added John Dennis' (RedHat) FHS patch to the contrib directory.

File Description Downloads
download icon mailman-2.1.12.tgz (md5, sig) Mailman 2.1.12 release tarball 335
last downloaded 11 weeks ago
Total downloads: 335

2.1.11 release from the 2.1 series released

File Description Downloads
download icon mailman-2.1.11.tgz (md5) 559
last downloaded 3 days ago
Total downloads: 559

2.1.11rc2 release from the 2.1 series released

File Description Downloads
download icon mailman-2.1.11rc2.tgz (md5) 55
last downloaded 22 weeks ago
Total downloads: 55

2.1.11rc1 release from the 2.1 series released

File Description Downloads
download icon mailman-2.1.11rc1.tgz (md5) 46
last downloaded 7 weeks ago
Total downloads: 46

2.1.10 release from the 2.1 series released

File Description Downloads
download icon mailman-2.1.10.tgz (md5) 315
last downloaded 7 weeks ago
Total downloads: 315

2.1 release from the 2.1 series released

File Description Downloads
download icon mailman-2.1.tgz (md5) 40
last downloaded 7 weeks ago
Total downloads: 40

2.1.9 release from the 2.1 series released

File Description Downloads
download icon mailman-2.1.9.tgz (md5) 347
last downloaded 7 weeks ago
Total downloads: 347

2.1.8 release from the 2.1 series released

File Description Downloads
download icon mailman-2.1.8.tgz (md5) 82
last downloaded 22 weeks ago
Total downloads: 82

2.1.7 release from the 2.1 series released

File Description Downloads
download icon mailman-2.1.7.tgz (md5) 143
last downloaded 22 weeks ago
Total downloads: 143

4150 of 70 releases