Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Additional cleanup of pipermail threading | Mark Sapiro | 2010-02-22 | 2 | -3/+8 |
| | |||||
* | Fixed a bug in pipermail archiving that caused fallback threading by | Mark Sapiro | 2010-02-13 | 2 | -10/+20 |
| | | | | subject to fail. Bug #266572. | ||||
* | We now give an HTTP 401 status for authentication failures from admin, | Mark Sapiro | 2010-02-04 | 3 | -2/+8 |
| | | | | admindb, private and options logins. | ||||
* | - Fixed a bug where going to an archives/private/list.mbox/list.mbox URL | Mark Sapiro | 2010-01-21 | 1 | -1/+3 |
| | | | | would result in a munged URL if authentication was required. Bug #266164. | ||||
* | Fixed a bug where a message with an Approved: header held by a handler | Mark Sapiro | 2009-12-30 | 1 | -3/+9 |
| | | | | | that precedes Approve (SpamDetect by default) would not have the Approved: header removed if the held message was approved. Bug #501739. | ||||
* | Updated versions for 2.1.13 release. | Mark Sapiro | 2009-12-22 | 1 | -3/+3 |
| | |||||
* | Updates for 2.1.13rc1 | Mark Sapiro | 2009-12-14 | 1 | -4/+4 |
| | |||||
* | Added Asturian translation from Marcos Costales and the Asturian | Mark Sapiro | 2009-12-07 | 1 | -0/+1 |
| | | | | Language Team. | ||||
* | - Added vette logging for rejected and discarded (un)subscribe requests. | Mark Sapiro | 2009-12-04 | 2 | -3/+9 |
| | | | | | - 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. | Mark Sapiro | 2009-12-03 | 3 | -4/+8 |
| | |||||
* | Fixed the auto-responder to treat messages to -confirm, -join, -leave, | Mark Sapiro | 2009-09-13 | 1 | -4/+5 |
| | | | | -subscribe and -unsubscribe as requests rather than posts. Bug #427962. | ||||
* | Inadvertently setting a null site or list password allowed access | Mark Sapiro | 2009-09-03 | 1 | -0/+3 |
| | | | | | 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 | Mark Sapiro | 2009-09-03 | 1 | -2/+5 |
| | | | | MUA folds the To: header and in cases where the list name includes '+'. | ||||
* | Replies to commands sent to list-request now come From: list-owner | Mark Sapiro | 2009-08-05 | 1 | -2/+2 |
| | | | | instead of list-bounces. | ||||
* | Mailman no longer folds long sub-part headers in multipart messages. | Mark Sapiro | 2009-08-01 | 4 | -27/+43 |
| | | | | | | | | | | | 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. Changes include - Message.py, added a Generator class to avoid header folding and an as_string() method wirth a mangle_from_ argument. - Mailbox.py, uses new Message.Generator class. - SMTPDirect.py, uses as_string(mangle_from_=False) to flatten message. - Scrubber.py, removed unused ScrubberGenerator class. | ||||
* | XSS protection in the web interface went too far in escaping HTML | Mark Sapiro | 2009-08-01 | 1 | -1/+3 |
| | | | | entities. Fixed. | ||||
* | Removed or anonymized additional headers in posts to anonymous lists. | Mark Sapiro | 2009-08-01 | 1 | -1/+14 |
| | |||||
* | Fixed a bug that could cause incorrect threading of replies to archived | Mark Sapiro | 2009-08-01 | 1 | -5/+9 |
| | | | | messages that arrive with timestamps in the same second. | ||||
* | Added some notes to the distributed mm_cfg.py. | Mark Sapiro | 2009-08-01 | 1 | -0/+8 |
| | |||||
* | Another Python 2.6 compatibility change. | Mark Sapiro | 2009-07-31 | 1 | -3/+3 |
| | |||||
* | Backported several bug fixes from the 2.2 branch. | Mark Sapiro | 2009-07-31 | 6 | -32/+42 |
| | |||||
* | Added recognition for more bounces. | Mark Sapiro | 2009-07-31 | 3 | -2/+52 |
| | |||||
* | Bumping release to 2.1.12 final. | Mark Sapiro | 2009-02-23 | 1 | -3/+3 |
| | |||||
* | Recognize a couple more bounces. | Mark Sapiro | 2009-02-20 | 2 | -1/+9 |
| | |||||
* | Fixed a bug introduced in 2.1.11 which would attempt to store bounce info | Mark Sapiro | 2009-02-16 | 1 | -3/+5 |
| | | | | for a member just deleted if bounce_you_are_disabled_warnings is zero. | ||||
* | Recognize a couple more bounces. | Mark Sapiro | 2009-02-14 | 2 | -2/+7 |
| | |||||
* | Worked around a potential problem in HyperArch.py with unicode character | Mark Sapiro | 2009-02-12 | 1 | -1/+4 |
| | | | | set arguments. Bug #328353. | ||||
* | Changed Gui/Topics.py to validate regexps in VERBOSE mode. Bug #327008. | Mark Sapiro | 2009-02-08 | 1 | -2/+3 |
| | |||||
* | Updated a copyright. | Mark Sapiro | 2009-02-06 | 1 | -1/+1 |
| | |||||
* | Bumped release to 2.1.12rc2. | Mark Sapiro | 2009-02-06 | 1 | -2/+2 |
| | |||||
* | Fixed a bug in admindb.py in the implementation of replacing "No Reason | Mark Sapiro | 2009-02-03 | 1 | -2/+7 |
| | | | | Given" with the default rejection reason. Bug #325016. | ||||
* | Two of the 'new' class exceptions are raised with an argument. | Mark Sapiro | 2009-01-20 | 2 | -8/+18 |
| | |||||
* | Work around email 3.0.1 issue when set_payload charset arg is unicode. | Mark Sapiro | 2009-01-13 | 1 | -1/+4 |
| | |||||
* | Bump release to 2.1.12rc1 | Mark Sapiro | 2009-01-11 | 1 | -4/+4 |
| | |||||
* | Updated links to Python documentation. | Mark Sapiro | 2009-01-11 | 3 | -3/+4 |
| | |||||
* | - Fixed the admin Membership List Find member function so the 'letter' | Mark Sapiro | 2009-01-10 | 1 | -2/+5 |
| | | | | | | | | 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. | ||||
* | Mailman/Utils.py | Mark Sapiro | 2009-01-02 | 2 | -11/+10 |
| | | | | | | | | | | - Fixed a long standing error that stopped relative hrefs from being generated for links on Mailman's web pages. Mailman/Cgi/admindb.py - 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". | ||||
* | Changed the pattern used to recognize URLs in messages for the pipermail | Mark Sapiro | 2008-12-22 | 1 | -1/+6 |
| | | | | | archive in order to try to do a better job of making hyperlinks. Bug #310124. | ||||
* | Reordered the headers in PLAIN_DIGEST_KEEP_HEADERS as these are the ones that | Mark Sapiro | 2008-12-22 | 1 | -3/+7 |
| | | | | | control header sequence in the RFC 1153 digest and added some comments to help clarify the situation. | ||||
* | Corrected a typo in Mailman/Gui/Privacy.py. Bug #309757. | Mark Sapiro | 2008-12-19 | 1 | -2/+2 |
| | |||||
* | Fixed an issue where in some circumstances HyperArch.py would translate | Mark Sapiro | 2008-12-19 | 1 | -2/+2 |
| | | | | | | ' at ' into the wrong language ultimately throwing a UnicodeDecodeError when the translation was decoded with a different character set. Bug #308152. | ||||
* | Fixed an issue where list creation would report bad owner email | Mark Sapiro | 2008-12-07 | 1 | -1/+1 |
| | | | | | instead of bad listname when the list name had non-ascii characters. SF Bug #2126489. | ||||
* | Fixed a problem in Decorate which could throw a TypeError on conversion to | Mark Sapiro | 2008-12-07 | 2 | -8/+18 |
| | | | | | | | | unicode of a header/footer that was already unicode because of interpolating a unicode value. Made a minor change to the authentication logic for displaying hidden members on the roster. | ||||
* | Updated some FAQ URLs for wiki.list.org. | Mark Sapiro | 2008-12-05 | 1 | -1/+1 |
| | |||||
* | Changed the regexp for Utils.suspiciousHTML to exempt the | Mark Sapiro | 2008-12-05 | 1 | -1/+2 |
| | | | | | <link rel="SHORTCUT ICON" href="<mm-favicon>"> tag in the options.html template. | ||||
* | Now that Python 2.4 is the minimum and we will use more recent installed | Mark Sapiro | 2008-11-30 | 8 | -18/+19 |
| | | | | | email packages, convert all the email message get_type() calls to get_content_type(). | ||||
* | trunk | Barry Warsaw | 2008-11-29 | 2 | -9/+14 |
|\ | |||||
| * | Fixed a problem in SecurityManager that caused it to not find the | Mark Sapiro | 2008-11-20 | 1 | -2/+3 |
| | | | | | | | | | | cookie when CheckCookie was not given a user and the user in the cookie had a %xx encoded character. Bug # 299220. | ||||
| * | Fixed a bug in AvoidDuplicates.py that caused it to fail if the address | Mark Sapiro | 2008-11-14 | 1 | -8/+12 |
| | | | | | | | | | | in the To: or Cc: header differed in case from the case-preserved member address. Bug #297795. | ||||
* | | String exceptions -> class exceptions. | Barry Warsaw | 2008-11-22 | 1 | -8/+7 |
| | |