Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up some documentation wording. | Mark Sapiro | 2015-09-18 | 1 | -6/+6 |
| | |||||
* | Implemented GLOBAL_BAN_LIST. | Mark Sapiro | 2015-08-21 | 1 | -0/+8 |
| | |||||
* | Fix for path traversal vulnerability. | Mark Sapiro | 2015-03-27 | 1 | -1/+1 |
| | |||||
* | Because of privacy concerns with the 2.2 backport adding real name to | Mark Sapiro | 2015-02-13 | 1 | -0/+4 |
| | | | | | list rosters, this is controlled by a new ROSTER_DISPLAY_REALNAME setting that defaults to No. | ||||
* | Mailman's character set for Romanian has been changed from iso-8859-2 | Mark Sapiro | 2015-02-05 | 1 | -1/+1 |
| | | | to utf-8 and the templates and messages recoded. | ||||
* | Mailman's character set for Russian has been changed from koi8-r to | Mark Sapiro | 2015-02-05 | 1 | -1/+1 |
| | | | utf-8 and the templates and messages recoded. | ||||
* | Implemented dmarc_wrapped_message_text to optionally add an explanitory | Mark Sapiro | 2015-01-23 | 1 | -2/+8 |
| | | | text/plain part to a message wrapped via dmarc_moderation_action. | ||||
* | Implemented the equivalent domains feature for list posting/moderation. | Mark Sapiro | 2015-01-23 | 1 | -1/+21 |
| | |||||
* | A number of changes from the unofficial 2.2 branch have been backported to | Mark Sapiro | 2015-01-22 | 1 | -0/+4 |
| | | | | | the 2.1 branch for release with 2.1.19. The 2.2 branch is now no different from the 2.1 branch and will no longer be maintained. | ||||
* | Implement a new WEB_HEAD_ADD setting to specify text to be added to the | Mark Sapiro | 2015-01-10 | 1 | -1/+15 |
| | | | | <HEAD> section of Mailman's internally generated web pages. | ||||
* | Implement a new DEFAULT_SUBSCRIBE_OR_INVITE setting to control the default | Mark Sapiro | 2014-12-20 | 1 | -0/+4 |
| | | | | for the admin Mass Subscriptions page. | ||||
* | Implemented the ability to forward bounces to the list owner. | Mark Sapiro | 2014-10-16 | 1 | -0/+4 |
| | |||||
* | Make dmarc_quarantine_moderaction_action a list setting. | Mark Sapiro | 2014-05-02 | 1 | -2/+3 |
| | |||||
* | More fine tuning of dmarc_moderation_action. | Mark Sapiro | 2014-05-02 | 1 | -0/+8 |
| | |||||
* | Added and modified various options regarding DMARC. See the NEWS file. | Mark Sapiro | 2014-04-15 | 1 | -5/+17 |
|\ | |||||
* | | Updated Defaults.py documentation for REMOVE_DKIM_HEADERS. | Mark Sapiro | 2014-04-06 | 1 | -2/+2 |
| | | |||||
* | | Cleaned up a couple of comments missed in the author_is_list to | Mark Sapiro | 2014-03-14 | 1 | -2/+2 |
|/ | | | from_is_list change. | ||||
* | Implemented whitelist for headers to keep for anonymous lists. | Mark Sapiro | 2013-10-29 | 1 | -0/+21 |
| | |||||
* | Renamed author_is_list to from_is_list. | Mark Sapiro | 2013-09-28 | 1 | -4/+4 |
| | |||||
* | Made author_is_list a 3-way with an option to wrap the message. | Mark Sapiro | 2013-09-27 | 1 | -4/+9 |
| | |||||
* | Enable setting a default grouping/sorting for the admindb held message | Mark Sapiro | 2013-07-19 | 1 | -1/+9 |
| | | | | summary via a DISPLAY_HELD_SUMMARY_SORT_BUTTONS setting. | ||||
* | Second cut at the author_is_list feature. | Mark Sapiro | 2013-07-19 | 1 | -0/+4 |
| | |||||
* | First cut at the author_is_list feature. | Mark Sapiro | 2013-07-18 | 1 | -1/+8 |
| | |||||
* | Backported the held message sorting to 2.1 and made it optional. | Mark Sapiro | 2013-07-18 | 1 | -1/+5 |
| | |||||
* | - added Persian (Farsi - fa) language. | Mark Sapiro | 2013-05-20 | 1 | -0/+1 |
| | | | | | - Updated messages/mailman.pot - msgmerged all mailman.po files. | ||||
* | Added a minimum delay between retrieval and submission of the subscribe form. | Mark Sapiro | 2012-12-14 | 1 | -2/+7 |
| | |||||
* | Implement SUBSCRIBE_FORM_SECRET to mitigate bot subscribes. (LP: 1082746) | Mark Sapiro | 2012-11-24 | 1 | -0/+15 |
| | |||||
* | The name of the mailmanctl master lock file is now congigurable via the | Mark Sapiro | 2012-11-24 | 1 | -0/+6 |
| | | | | mm_cfg.py setting MASTER_LOCK_FILE. (LP: 1082308) | ||||
* | Fixed a typo in the UPGRADING doc - bin/upgrade -> bin/update. | Mark Sapiro | 2012-06-20 | 1 | -0/+0 |
| | |||||
* | Backported regular_exclude_ignore list attribute feature from 2.2 branch. | Mark Sapiro | 2012-03-25 | 1 | -0/+1 |
| | |||||
* | Added Tokio Kikuchi's Cross-site Request Forgery hardening to the admin UI. | Mark Sapiro | 2012-02-05 | 1 | -1/+4 |
| | |||||
* | - Mailman/Gui/General.py | Mark Sapiro | 2011-10-04 | 1 | -0/+3 |
| | | | | | | | | Fixed the setting of new_member_options so that unprocessed bits are not changed. Augmented the logic so that bin/config_list can set or reset any bits in mm_cfg.OPTINFO. Bug #865825. - Mailman/Defaulys.py.in Added missing bits to OPTINFO. | ||||
* | Added Greek translation from Antonis Limperis. | Mark Sapiro | 2011-09-15 | 1 | -0/+1 |
| | |||||
* | Made the web escaping of additional characters a configuration setting. | Mark Sapiro | 2011-05-01 | 1 | -0/+25 |
| | |||||
* | Don't redefine existing authentication contexts. | Mark Sapiro | 2011-04-25 | 1 | -2/+2 |
| | |||||
* | A new list poster password has been implemented. This password may only | Mark Sapiro | 2011-04-25 | 1 | -1/+7 |
| | | | | | | be used in Approved: or X-Approved: headers for pre-approving posts. Using this password for that purpose precludes compromise of a more valuable password sent in plain text email. Bug #770581. | ||||
* | A new mm_cfg.py setting AUTHENTICATION_COOKIE_LIFETIME has been added. | Mark Sapiro | 2011-04-25 | 1 | -0/+4 |
| | | | | | | If this is set to a non-zero value, web authentication cookies will expire that many seconds following their last use. Its default value is zero to preserve current behavior. | ||||
* | - A new mm_cfg.py setting RESPONSE_INCLUDE_LEVEL has been added to control | Mark Sapiro | 2011-02-07 | 1 | -2/+32 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Added option include_sender_header to suppress rewrite of the Sender header ↵ | Malte S. Stretz | 2010-06-29 | 1 | -0/+8 |
| | | | | which confuses Outlook (formerly known as FAQ 2.3). See also <http://mail.python.org/pipermail/mailman-developers/2006-July/019040.html>. Bug #266824. | ||||
* | Added a bit more documentation for VIRTUAL_MAILMAN_LOCAL_DOMAIN. | Mark Sapiro | 2010-05-12 | 1 | -0/+5 |
| | |||||
* | Provided the ability to specify in mm_cfg.py a local domain (e.g. | Mark Sapiro | 2010-05-10 | 1 | -0/+18 |
| | | | | | | 'localhost') for the local addresses in the generated virtual-mailman when MTA = 'Postfix'. See VIRTUAL_MAILMAN_LOCAL_DOMAIN in Defaults.py. Bug #328907. | ||||
* | 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. | ||||
* | Added Asturian translation from Marcos Costales and the Asturian | Mark Sapiro | 2009-12-07 | 1 | -0/+1 |
| | | | | Language Team. | ||||
* | 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 '+'. | ||||
* | 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. | ||||
* | - Bumped version to 2.1.11. | Mark Sapiro | 2008-06-30 | 1 | -0/+5 |
| | | | | | | | | | - Changed MailList.Create() to check that list name contains only characters that match the new mm_cfg.ACCEPTABLE_LISTNAME_CHARACTERS. - Changed MTA.Utils.makealiases() to escape a few characters in the list name in the pipe command. | ||||
* | Recode Catalan PO to UTF-8 and set this encoding in Defaults.py.in. | jordi@sindominio.net | 2008-06-18 | 1 | -1/+1 |
| | |||||
* | Added new cron/cull_bad_shunt and supporting Defaults.py.in settings. | Mark Sapiro | 2008-04-27 | 1 | -0/+20 |
| | |||||
* | options.py - Made the ability for a list admin to change a members password | Mark Sapiro | 2008-04-14 | 1 | -1/+7 |
| | | | | | | | conditional on mm_cfg.OWNERS_CAN_CHANGE_MEMBER_PASSWORDS. Defaults.py.in - Added OWNERS_CAN_CHANGE_MEMBER_PASSWORDS = No. | ||||
* | Added Galician translation from Frco. Javier Rial Rodrguez. | Mark Sapiro | 2008-02-14 | 1 | -0/+1 |
| |