Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-06-22 | enhance i18n of listinfo overview | Yasuhito FUTATSUKI at POEM | 1 | -0/+21 | |
* make sure list's description charset as its preferred_language's * get description as a string of charset caller wanted | |||||
2018-06-18 | Added global _ where needed. | Mark Sapiro | 1 | -0/+1 | |
2018-06-17 | Bump copyright dates. | Mark Sapiro | 1 | -0/+0 | |
2018-06-17 | add missed whence msgid in previous commit | Yasuhito FUTATSUKI at POEM | 1 | -4/+5 | |
2018-06-16 | Preserve translation accross a call to SendSubscribeAck(). | Mark Sapiro | 1 | -2/+8 | |
2018-06-16 | whence should be translated to lists language for admin notify | Yasuhito FUTATSUKI at POEM | 1 | -1/+2 | |
2018-06-16 | enhance i18n in admin(un)?subscribeack messages | Yasuhito FUTATSUKI at POEM | 1 | -2/+2 | |
2018-06-12 | Add whence to owner subscribe|unsubscribe notifications. | Jim Popovitch | 1 | -0/+2 | |
2018-06-11 | Support for verifying subscriber domains against the Spamhaus DBL | Jim Popovitch | 1 | -0/+6 | |
2018-06-10 | Changes based on feedback from Mark. | Jim Popovitch | 1 | -4/+0 | |
2018-06-06 | Improved logging of security related events | Jim Popovitch | 1 | -0/+4 | |
2018-06-04 | Not at all my day. | Mark Sapiro | 1 | -1/+1 | |
2018-06-04 | Ooops. Forgot mm_cfg. | Mark Sapiro | 1 | -1/+1 | |
2018-06-04 | Added BLOCK_SPAMHAUS_LISTED_IP_SUBSCRIBE Feature | Mark Sapiro | 1 | -0/+7 | |
2018-03-08 | Bad values in topics no longer break the list. | Mark Sapiro | 1 | -2/+10 | |
2016-11-16 | Enhanced the fix for race conditions in MailList().Load(). | Mark Sapiro | 1 | -2/+4 | |
2016-05-17 | Improved logging of banned subscription and address change attempts. | Mark Sapiro | 1 | -1/+12 | |
2016-02-04 | Forget to set new attributes in MailList.py. | Mark Sapiro | 1 | -0/+6 | |
2015-12-13 | Vette log entries for banned subscriptions now include the source of | Mark Sapiro | 1 | -2/+6 | |
the request if available. | |||||
2015-10-17 | Invalid regexps in *_these_nonmembers, subscribe_auto_approval and | Mark Sapiro | 1 | -2/+12 | |
ban_list are now logged. | |||||
2015-10-15 | Refactored the GetPattern list method to simplify extending @listname | Mark Sapiro | 1 | -11/+22 | |
syntax to new attributes in the future. Changed Moderate.py to use the GetPattern method to process the *_these_nonmembers lists. | |||||
2015-08-21 | Implemented GLOBAL_BAN_LIST. | Mark Sapiro | 1 | -1/+3 | |
2015-02-03 | Enhanced subscribe_auto_approval to accept @listname entries. | Mark Sapiro | 1 | -3/+25 | |
2015-01-23 | Implemented dmarc_wrapped_message_text to optionally add an explanitory | Mark Sapiro | 1 | -0/+2 | |
text/plain part to a message wrapped via dmarc_moderation_action. | |||||
2015-01-23 | Implemented the equivalent domains feature for list posting/moderation. | Mark Sapiro | 1 | -0/+2 | |
2015-01-22 | A number of changes from the unofficial 2.2 branch have been backported to | Mark Sapiro | 1 | -14/+67 | |
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. | |||||
2014-05-02 | Make dmarc_quarantine_moderaction_action a list setting. | Mark Sapiro | 1 | -0/+2 | |
2014-04-16 | Fixed a long standing issue in which a notice sent to a user whose | Mark Sapiro | 1 | -1/+2 | |
language is other than that of the list can cause subsequent things which should be in the list's language to be in the user's language instead. | |||||
2013-10-20 | Incorporated some feedback from Mark S. | Jim Popovitch | 1 | -1/+1 | |
2013-09-28 | Renamed author_is_list to from_is_list. | Mark Sapiro | 1 | -1/+1 | |
2013-07-18 | First cut at the author_is_list feature. | Mark Sapiro | 1 | -1/+2 | |
2013-03-03 | Hold/Reject/Discard moderation support for Senders with a DMARC p=reject policy | Jim Popovitch | 1 | -0/+2 | |
2012-06-20 | Fixed a typo in the UPGRADING doc - bin/upgrade -> bin/update. | Mark Sapiro | 1 | -0/+0 | |
2012-03-28 | Added the MailList.py change missing from rev. 1345. | Mark Sapiro | 1 | -0/+1 | |
2012-03-27 | Added an Auto-Submitted: header to invitations and (un)subscription | Mark Sapiro | 1 | -1/+13 | |
confirmation requests to reduce the possibility of an autoresponder confirming the request. (LP: #265831) | |||||
2011-11-13 | Fixed misleading response to an email approval of a held message. | Mark Sapiro | 1 | -1/+1 | |
Bug #889968. | |||||
2011-09-29 | A problem with the logic avoiding unnecessarily reloading a current list | Mark Sapiro | 1 | -3/+12 | |
object from the config.pck arises if the list is updated by another process within the same second that it was last read/written. That can cause the reading of latest version of the list to be skipped. This has been fixed. Bug #862675. | |||||
2011-02-07 | - A new mm_cfg.py setting RESPONSE_INCLUDE_LEVEL has been added to control | Mark Sapiro | 1 | -2/+2 | |
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. | |||||
2010-12-04 | - Fixed a problem where an emailed command in the Subject: header with a | Mark Sapiro | 1 | -3/+3 | |
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. | |||||
2010-06-29 | Added option include_sender_header to suppress rewrite of the Sender header ↵ | Malte S. Stretz | 1 | -0/+1 | |
which confuses Outlook (formerly known as FAQ 2.3). See also <http://mail.python.org/pipermail/mailman-developers/2006-July/019040.html>. Bug #266824. | |||||
2010-02-27 | Added a urlhost argument to the MailList.MailList.Create() method to | Mark Sapiro | 1 | -5/+6 | |
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. | |||||
2008-12-07 | Fixed an issue where list creation would report bad owner email | Mark Sapiro | 1 | -1/+1 | |
instead of bad listname when the list name had non-ascii characters. SF Bug #2126489. | |||||
2008-06-30 | - Bumped version to 2.1.11. | Mark Sapiro | 1 | -0/+6 | |
- 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. | |||||
2008-02-23 | MailList.py - Changed the already a member logic in the ChangeMemberAddress() | Mark Sapiro | 1 | -3/+4 | |
method. This time I think I got it right. | |||||
2008-02-23 | MailList.py - Reversed a portion of the immediately previous change. It | Mark Sapiro | 1 | -3/+2 | |
was just more complicated and logically equivalent to the previous code. | |||||
2008-02-23 | MailList.py - Corrected some long standing incomplete logic in the | Mark Sapiro | 1 | -8/+18 | |
ChangeMemberAddress() and ApprovedChangeMemberAddress() methods having to do with case-only changes and confirmations of changes already done another way. confirm.py - Caught a MMAlreadyAMember exception that can occur rarely with address changes. This adds a new i18n string, but it's rare enough that I'm not concerned about the translations. | |||||
2007-11-25 | Mailman/Archiver/HyperArch.py | Mark Sapiro | 1 | -1/+1 | |
Mailman/MailList.py - Updated Copyright date. Mailman/Gui/NonDigest.py - Edited new messages. messages/mailman.pot - Added new NonDigest.py messages. | |||||
2007-11-25 | Add 'sibling list' feature: exclude and include lists are other mailing | Tokio Kikuchi | 1 | -0/+2 | |
lists whose members are exclude or included if they appear in To: or Cc:. (Patch ID 1347962) | |||||
2007-10-18 | MailList.Create() - added an assertion that the listname is lower case. | Mark Sapiro | 1 | -0/+1 | |
2006-03-12 | Fixed long standing error - subscribe log 'new' entry reversed name and email. | msapiro | 1 | -1/+1 | |