| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Added option include_sender_header to suppress rewrite of the Sender header w... | Malte S. Stretz | 2010-06-29 | 5 | -2/+51 |
* | | Increased the font size of 'Welcome!'on admin overview for consistency with l... | Mark Sapiro | 2010-07-02 | 1 | -1/+1 |
|/ |
|
* | Fixed an issue in admindb that could result in a KeyError and "we hit a | Mark Sapiro | 2010-06-25 | 1 | -6/+10 |
* | Fixed a bug which would fail to show a list on the admin and listinfo | Mark Sapiro | 2010-06-23 | 2 | -4/+6 |
* | Removed an extraneous line of code from Decorate.py. Bug #590155. | Mark Sapiro | 2010-06-05 | 1 | -1/+0 |
* | Added a bit more documentation for VIRTUAL_MAILMAN_LOCAL_DOMAIN. | Mark Sapiro | 2010-05-12 | 1 | -0/+5 |
* | Forgot the loop address in the immediately previous change. | Mark Sapiro | 2010-05-10 | 1 | -0/+2 |
* | Provided the ability to specify in mm_cfg.py a local domain (e.g. | Mark Sapiro | 2010-05-10 | 2 | -1/+23 |
* | Made a minor change to the removal of an Approved: pseudo-header from | Mark Sapiro | 2010-05-10 | 1 | -1/+1 |
* | Fixed Content Filtering collapse_alternatives to work on deeply nested | Mark Sapiro | 2010-05-06 | 1 | -0/+3 |
* | We now accept/remove X-Approved: and X-Approve: headers in addition to | Mark Sapiro | 2010-04-09 | 2 | -4/+14 |
* | Added roster to the CGIs that return HTTP 401 status for an authentication | Mark Sapiro | 2010-03-29 | 10 | -0/+22 |
* | Reordered the 'cancel' and 'subscribe' buttons on the subscription | Mark Sapiro | 2010-03-06 | 1 | -3/+3 |
* | Fixed a bug in the admindb interface that could apply a moderator | Mark Sapiro | 2010-03-06 | 1 | -2/+10 |
* | Added a traceback to the log message produced when processing the | Mark Sapiro | 2010-03-05 | 1 | -1/+5 |
* | Added a urlhost argument to the MailList.MailList.Create() method to | Mark Sapiro | 2010-02-27 | 2 | -7/+9 |
* | Added the List-Post header to the default list of headers retained in | Mark Sapiro | 2010-02-22 | 1 | -2/+2 |
* | Updated copyright. | Mark Sapiro | 2010-02-22 | 1 | -1/+1 |
* | 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 |
* | We now give an HTTP 401 status for authentication failures from admin, | Mark Sapiro | 2010-02-04 | 3 | -2/+8 |
* | - Fixed a bug where going to an archives/private/list.mbox/list.mbox URL | Mark Sapiro | 2010-01-21 | 1 | -1/+3 |
* | Fixed a bug where a message with an Approved: header held by a handler | Mark Sapiro | 2009-12-30 | 1 | -3/+9 |
* | 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 |
* | - Added vette logging for rejected and discarded (un)subscribe requests. | Mark Sapiro | 2009-12-04 | 2 | -3/+9 |
* | 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 |
* | Inadvertently setting a null site or list password allowed access | Mark Sapiro | 2009-09-03 | 1 | -0/+3 |
* | Changed VERP_CONFIRM_REGEXP in Defaults.py to work if the replying | Mark Sapiro | 2009-09-03 | 1 | -2/+5 |
* | Replies to commands sent to list-request now come From: list-owner | Mark Sapiro | 2009-08-05 | 1 | -2/+2 |
* | Mailman no longer folds long sub-part headers in multipart messages. | Mark Sapiro | 2009-08-01 | 4 | -27/+43 |
* | XSS protection in the web interface went too far in escaping HTML | Mark Sapiro | 2009-08-01 | 1 | -1/+3 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Two of the 'new' class exceptions are raised with an argument. | Mark Sapiro | 2009-01-20 | 2 | -8/+18 |