aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman (follow)
Commit message (Expand)AuthorAgeFilesLines
* The user options 'list my other subscriptions' page now indicates forMark Sapiro2011-06-071-0/+6
* Fixed a problem which could result in raw, undecoded message bodiesMark Sapiro2011-06-021-4/+7
* Fixed a problem in admindb.py where the character set for the display ofMark Sapiro2011-05-101-1/+8
* Prevented setting user passwords with leading/trailing whitespace. Bug #778088.Mark Sapiro2011-05-093-10/+10
* Made the web escaping of additional characters a configuration setting.Mark Sapiro2011-05-012-12/+31
* Since context may be AuthUser, we must refresh the cookie where we have a user.Mark Sapiro2011-04-261-2/+2
* Yet another change to the broken browser HTML escaping.Mark Sapiro2011-04-261-1/+2
* Don't try converting non-ascii to HTML entities in unicode.Mark Sapiro2011-04-261-2/+5
* Don't redefine existing authentication contexts.Mark Sapiro2011-04-251-2/+2
* A new list poster password has been implemented. This password may onlyMark Sapiro2011-04-256-6/+50
* Strengthened escaping of user web data by including some characters thatMark Sapiro2011-04-251-0/+8
* A new mm_cfg.py setting AUTHENTICATION_COOKIE_LIFETIME has been added.Mark Sapiro2011-04-252-1/+10
* Mailman now sets the 'secure' flag in cookies set via https URLs.Mark Sapiro2011-04-251-1/+6
* Added a logout link to the admindb interface and made both admin andMark Sapiro2011-04-232-3/+27
* Changed bin/genaliases to only call the POSTFIX_*_CMD commands once whenMark Sapiro2011-04-161-2/+5
* Refactor last change for i18n.Mark Sapiro2011-04-151-5/+7
* Added a report of the affected members to the warnings issued whenMark Sapiro2011-04-141-3/+5
* Fixed a problem where content filtering could remove the headers fromMark Sapiro2011-04-121-1/+8
* Fix for bug #701558 went to far. Don't recast message/rfc822 parts.Mark Sapiro2011-04-071-2/+4
* Changed the subscribe CGI to strip leading and trailing whitespace fromMark Sapiro2011-03-291-2/+2
* Changed the maximum number of arguments for the who command to beMark Sapiro2011-03-211-2/+2
* Added the list name as 'display-name' in added Sender: headers to helpMark Sapiro2011-03-211-3/+4
* An XSS vulnerability, CVE-2011-0707, has been fixed.Mark Sapiro2011-02-181-3/+3
* - Fixed an uncaught KeyError when poster tries to cancel a post which wasMark Sapiro2011-02-071-2/+3
* - Held message user notifications now come From: list-owner instead ofMark Sapiro2011-02-071-5/+2
* - A new mm_cfg.py setting RESPONSE_INCLUDE_LEVEL has been added to controlMark Sapiro2011-02-073-19/+77
* Updated copyright year for previous change.Mark Sapiro2011-02-051-1/+1
* Issue an HTTP 404 status for private archive file not found.Mark Sapiro2011-02-051-0/+1
* @listname entries in *_these_nonmembers are no longer case sensitive.Mark Sapiro2011-01-241-4/+5
* - Fixed a bug where content filtering could leave a multipart message orMark Sapiro2011-01-131-1/+21
* - Fixed a bug that could erroneously handle posts from addresses inMark Sapiro2011-01-131-5/+7
* Added bounce recognition for a bogus Dovecot MDN. Bug #693134.Mark Sapiro2010-12-221-1/+7
* - Fixed a problem where an emailed command in the Subject: header with aMark Sapiro2010-12-042-5/+6
* Preparing 2.1.14 release.Mark Sapiro2010-09-201-3/+3
* Made minor wording improvements and typo corrections in some messages.Mark Sapiro2010-09-104-14/+14
* Preparing 2.1.14rc1 release.Mark Sapiro2010-09-091-4/+4
* Two potential XSS vulnerabilities have been identified and fixed.Mark Sapiro2010-09-093-98/+100
* It's not necessary to catch KeyError - dict is a SafeDict().Mark Sapiro2010-09-071-1/+1
* Fixed i18n._() to catch exceptions due to bad formats. Bug #632660.Mark Sapiro2010-09-071-2/+6
* Fixed admindb interface to decode base64 and quoted-printable encodedMark Sapiro2010-09-031-1/+1
* Changed the member options login page unsubscribe request to include theMark Sapiro2010-07-271-1/+2
* Bounce processing has been enhanced so that if a bounce is returned to aMark Sapiro2010-07-111-2/+31
* Merged optional Sender: header feature from lp:~mss/mailman/2.1-sender-header.Mark Sapiro2010-07-036-7/+56
|\
| * Bump DATA_FILE_VERSION.Malte S. Stretz2010-06-301-1/+1
| * Added option include_sender_header to suppress rewrite of the Sender header w...Malte S. Stretz2010-06-295-2/+51
* | Increased the font size of 'Welcome!'on admin overview for consistency with l...Mark Sapiro2010-07-021-1/+1
|/
* Fixed an issue in admindb that could result in a KeyError and "we hit aMark Sapiro2010-06-251-6/+10
* Fixed a bug which would fail to show a list on the admin and listinfoMark Sapiro2010-06-232-4/+6
* Removed an extraneous line of code from Decorate.py. Bug #590155.Mark Sapiro2010-06-051-1/+0
* Added a bit more documentation for VIRTUAL_MAILMAN_LOCAL_DOMAIN.Mark Sapiro2010-05-121-0/+5