Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mailman now sets the 'secure' flag in cookies set via https URLs. | Mark Sapiro | 2011-04-25 | 1 | -1/+6 |
| | | | | Bug #770377. | ||||
* | Added a logout link to the admindb interface and made both admin and | Mark Sapiro | 2011-04-23 | 2 | -3/+27 |
| | | | | | admindb logout effective for a site admin cookie if allowed. Bug #769318. | ||||
* | Changed bin/genaliases to only call the POSTFIX_*_CMD commands once when | Mark Sapiro | 2011-04-16 | 1 | -2/+5 |
| | | | | MTA = 'Postfix'. Bug #266408. | ||||
* | Refactor last change for i18n. | Mark Sapiro | 2011-04-15 | 1 | -5/+7 |
| | |||||
* | Added a report of the affected members to the warnings issued when | Mark Sapiro | 2011-04-14 | 1 | -3/+5 |
| | | | | | setting a list with digest members digestable=No and when setting a list with non-digest members nondigestable=no. Bug #761232. | ||||
* | Fixed a problem where content filtering could remove the headers from | Mark Sapiro | 2011-04-12 | 1 | -1/+8 |
| | | | | | an attached message/rfc822 part if the message in that part is multipart/alternative and collapse_alternatives is Yes. Bug #757062. | ||||
* | Fix for bug #701558 went to far. Don't recast message/rfc822 parts. | Mark Sapiro | 2011-04-07 | 1 | -2/+4 |
| | | | | We want to keep the headers. | ||||
* | Changed the subscribe CGI to strip leading and trailing whitespace from | Mark Sapiro | 2011-03-29 | 1 | -2/+2 |
| | | | | the supplied email address. Bug #745432. | ||||
* | Changed the maximum number of arguments for the who command to be | Mark Sapiro | 2011-03-21 | 1 | -2/+2 |
| | | | | | considered administrivia from 2 to 1 to help avoid false positives. Bug #739524. | ||||
* | Added the list name as 'display-name' in added Sender: headers to help | Mark Sapiro | 2011-03-21 | 1 | -3/+4 |
| | | | | mitigate Outlook et al 'on behalf of' displays. Bug #736849. | ||||
* | An XSS vulnerability, CVE-2011-0707, has been fixed. | Mark Sapiro | 2011-02-18 | 1 | -3/+3 |
| | |||||
* | - Fixed an uncaught KeyError when poster tries to cancel a post which was | Mark Sapiro | 2011-02-07 | 1 | -2/+3 |
| | | | | already handled. Bug #266224. | ||||
* | - Held message user notifications now come From: list-owner instead of | Mark Sapiro | 2011-02-07 | 1 | -5/+2 |
| | | | | list-bounces. Bug #714424. | ||||
* | - A new mm_cfg.py setting RESPONSE_INCLUDE_LEVEL has been added to control | Mark Sapiro | 2011-02-07 | 3 | -19/+77 |
| | | | | | | | | | | | | | | | | | | | | how much of the original message is included in automatic responses to email commands. The default is 2 to preserve the prior behavior of including the full message. Setting this to 1 in mm_cfg.py will include only the original headers, and 0 will include none of the original. It is recommended to set this to 0 in mm_cfg.py to minimize the effects of backscatter. Bug #265835. - A new mm_cfg.py setting DEFAULT_RESPOND_TO_POST_REQUESTS has been added to control the default for respond_to_post_requests for new lists. It is set to Yes for backwards compatibility, but it is recommended that serious consideration be given to setting it to No. Bug #266051. - A new mm_cfg.py setting DISCARD_MESSAGE_WITH_NO_COMMAND has been added to control whether a message to the -request address without any commands or a message to -confirm whose To: address doesn't match VERP_CONFIRM_REGEXP is responded to or just logged. It defaults to Yes which is different from prior behavior. Bug #410236. | ||||
* | Updated copyright year for previous change. | Mark Sapiro | 2011-02-05 | 1 | -1/+1 |
| | |||||
* | Issue an HTTP 404 status for private archive file not found. | Mark Sapiro | 2011-02-05 | 1 | -0/+1 |
| | |||||
* | @listname entries in *_these_nonmembers are no longer case sensitive. | Mark Sapiro | 2011-01-24 | 1 | -4/+5 |
| | | | | Bug #705715. | ||||
* | - Fixed a bug where content filtering could leave a multipart message or | Mark Sapiro | 2011-01-13 | 1 | -1/+21 |
| | | | | | part with just one sub-part. These should be recast to just the sub-part. Bug #701558. | ||||
* | - Fixed a bug that could erroneously handle posts from addresses in | Mark Sapiro | 2011-01-13 | 1 | -5/+7 |
| | | | | | *_these_nonmembers and send held/rejected notices to bogus addresses when The From or other sender header is RFC 2047 encoded. Bug #702516. | ||||
* | Added bounce recognition for a bogus Dovecot MDN. Bug #693134. | Mark Sapiro | 2010-12-22 | 1 | -1/+7 |
| | |||||
* | - Fixed a problem where an emailed command in the Subject: header with a | Mark Sapiro | 2010-12-04 | 2 | -5/+6 |
| | | | | | | | non-ascii l10n of an 'Re:' prefix is ignored. Bug #685261. - Fixed a problem with approving a post by email when the body of the approval mail is base64 encoded. Bug #677115. | ||||
* | Preparing 2.1.14 release. | Mark Sapiro | 2010-09-20 | 1 | -3/+3 |
| | |||||
* | Made minor wording improvements and typo corrections in some messages. | Mark Sapiro | 2010-09-10 | 4 | -14/+14 |
| | | | | Bug #426979. | ||||
* | Preparing 2.1.14rc1 release. | Mark Sapiro | 2010-09-09 | 1 | -4/+4 |
| | |||||
* | Two potential XSS vulnerabilities have been identified and fixed. | Mark Sapiro | 2010-09-09 | 3 | -98/+100 |
| | |||||
* | It's not necessary to catch KeyError - dict is a SafeDict(). | Mark Sapiro | 2010-09-07 | 1 | -1/+1 |
| | |||||
* | Fixed i18n._() to catch exceptions due to bad formats. Bug #632660. | Mark Sapiro | 2010-09-07 | 1 | -2/+6 |
| | |||||
* | Fixed admindb interface to decode base64 and quoted-printable encoded | Mark Sapiro | 2010-09-03 | 1 | -1/+1 |
| | | | | message body excerpts for display. Bug #629738. | ||||
* | Changed the member options login page unsubscribe request to include the | Mark Sapiro | 2010-07-27 | 1 | -1/+2 |
| | | | | requesters IP address in the confirmation request. Bug #610527. | ||||
* | Bounce processing has been enhanced so that if a bounce is returned to a | Mark Sapiro | 2010-07-11 | 1 | -2/+31 |
| | | | | | list from a non-member who is a member of a regular_include_list, the bounce will be processed as a bounce for the included list. | ||||
* | Merged optional Sender: header feature from lp:~mss/mailman/2.1-sender-header. | Mark Sapiro | 2010-07-03 | 6 | -7/+56 |
|\ | |||||
| * | Bump DATA_FILE_VERSION. | Malte S. Stretz | 2010-06-30 | 1 | -1/+1 |
| | | |||||
| * | Added option include_sender_header to suppress rewrite of the Sender header ↵ | Malte S. Stretz | 2010-06-29 | 5 | -2/+51 |
| | | | | | | | | which confuses Outlook (formerly known as FAQ 2.3). See also <http://mail.python.org/pipermail/mailman-developers/2006-July/019040.html>. Bug #266824. | ||||
* | | Increased the font size of 'Welcome!'on admin overview for consistency with ↵ | Mark Sapiro | 2010-07-02 | 1 | -1/+1 |
|/ | | | | listinfo. | ||||
* | Fixed an issue in admindb that could result in a KeyError and "we hit a | Mark Sapiro | 2010-06-25 | 1 | -6/+10 |
| | | | | | bug" response when a moderator acts on a post that had been handled by someone else after the first moderator had retrieved it. Bug #598671. | ||||
* | Fixed a bug which would fail to show a list on the admin and listinfo | Mark Sapiro | 2010-06-23 | 2 | -4/+6 |
| | | | | overview pages if its web_page_url contained a :port. Bug # 597741. | ||||
* | 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 |
| | | | | | | 'localhost') for the local addresses in the generated virtual-mailman when MTA = 'Postfix'. See VIRTUAL_MAILMAN_LOCAL_DOMAIN in Defaults.py. Bug #328907. | ||||
* | Made a minor change to the removal of an Approved: pseudo-header from | Mark Sapiro | 2010-05-10 | 1 | -1/+1 |
| | | | | | a text/html alternative to allow for an inserted '\xA0' before the password. | ||||
* | Fixed Content Filtering collapse_alternatives to work on deeply nested | Mark Sapiro | 2010-05-06 | 1 | -0/+3 |
| | | | | multipart/alternative parts. Bug #576675. | ||||
* | We now accept/remove X-Approved: and X-Approve: headers in addition to | Mark Sapiro | 2010-04-09 | 2 | -4/+14 |
| | | | | Approved: and Approve: for pre-approving posts. Bug ##557750. | ||||
* | Added roster to the CGIs that return HTTP 401 status for an authentication | Mark Sapiro | 2010-03-29 | 10 | -0/+22 |
| | | | | failure, and return HTTP 404 status from all CGIs for an invalid list name. | ||||
* | Reordered the 'cancel' and 'subscribe' buttons on the subscription | Mark Sapiro | 2010-03-06 | 1 | -3/+3 |
| | | | | | confirmation web page so the default action upon 'enter' will be the subscribe button in browsers that pick the first button. Bug #530654. | ||||
* | Fixed a bug in the admindb interface that could apply a moderator | Mark Sapiro | 2010-03-06 | 1 | -2/+10 |
| | | | | action to a message not displayed. Bug #533468. | ||||
* | Added a traceback to the log message produced when processing the | Mark Sapiro | 2010-03-05 | 1 | -1/+5 |
| | | | | digest.mbox throws an exception. | ||||
* | Added a urlhost argument to the MailList.MailList.Create() method to | Mark Sapiro | 2010-02-27 | 2 | -7/+9 |
| | | | | | | allow bin/newlist and the the create CGI to pass urlhost so the host will be correct in the listinfo link on the emptyarchive page. Bug #529100. | ||||
* | Added the List-Post header to the default list of headers retained in | Mark Sapiro | 2010-02-22 | 1 | -2/+2 |
| | | | | messages in the MIME digest. Bug #526143. | ||||
* | Updated copyright. | Mark Sapiro | 2010-02-22 | 1 | -1/+1 |
| |