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