aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/MailList.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extend REFUSE_SECOND_PENDING to unsubscription as well.Mark Sapiro2020-05-181-4/+9
|
* Fix potential ValueError in MailList.CheckPending.Mark Sapiro2020-05-131-4/+3
|
* Implement REFUSE_SECOND_PENDING setting to prevent multiple pending subscribes.Mark Sapiro2020-01-091-0/+21
|
* Fix possible UnicodeDecodeError in sending subscription confirmation.Mark Sapiro2019-11-081-2/+3
|
* Implement new drop_cc switch.Mark Sapiro2019-11-081-0/+1
|
* Expand tabs in Python code.Mark Sapiro2019-01-281-1/+1
|
* Patch for dmarc_moderation_addresses to automatically apply ↵Jim Popovitch2018-11-301-0/+1
| | | | dmarc_moderation_action against a regexp of addresess
* enhance i18n of listinfo overviewYasuhito FUTATSUKI at POEM2018-06-221-0/+21
| | | | | * make sure list's description charset as its preferred_language's * get description as a string of charset caller wanted
* Added global _ where needed.Mark Sapiro2018-06-181-0/+1
|
* Bump copyright dates.Mark Sapiro2018-06-171-0/+0
|
* I18n for new whence reasons in admin (un)subscribe notices.Mark Sapiro2018-06-171-7/+15
|\
| * merge lp:mailman 2.1 up to rev 1775 (to comform diff before proposing merge)Yasuhito FUTATSUKI at POEM2018-06-171-2/+8
| |\ | |/ |/|
* | Preserve translation accross a call to SendSubscribeAck().Mark Sapiro2018-06-161-2/+8
| |
| * add missed whence msgid in previous commitYasuhito FUTATSUKI at POEM2018-06-171-4/+5
| |
| * whence should be translated to lists language for admin notifyYasuhito FUTATSUKI at POEM2018-06-161-1/+2
| |
| * enhance i18n in admin(un)?subscribeack messagesYasuhito FUTATSUKI at POEM2018-06-161-2/+2
|/
* Implemented BLOCK_SPAMHAUS_LISTED_DBL_SUBSCRIBE.Mark Sapiro2018-06-121-0/+6
|\
| * Support for verifying subscriber domains against the Spamhaus DBLJim Popovitch2018-06-111-0/+6
| |
* | Added %(whence)s replacement for admin (un)subscribe notices.Mark Sapiro2018-06-111-0/+2
|\ \ | |/ |/|
| * Add whence to owner subscribe|unsubscribe notifications.Jim Popovitch2018-06-121-0/+2
|/
* Not at all my day.Mark Sapiro2018-06-041-1/+1
|
* Ooops. Forgot mm_cfg.Mark Sapiro2018-06-041-1/+1
|
* Added BLOCK_SPAMHAUS_LISTED_IP_SUBSCRIBE FeatureMark Sapiro2018-06-041-0/+7
|
* Bad values in topics no longer break the list.Mark Sapiro2018-03-081-2/+10
|
* Enhanced the fix for race conditions in MailList().Load().Mark Sapiro2016-11-161-2/+4
|
* Improved logging of banned subscription and address change attempts.Mark Sapiro2016-05-171-1/+12
|
* Forget to set new attributes in MailList.py.Mark Sapiro2016-02-041-0/+6
|
* Vette log entries for banned subscriptions now include the source ofMark Sapiro2015-12-131-2/+6
| | | the request if available.
* Invalid regexps in *_these_nonmembers, subscribe_auto_approval andMark Sapiro2015-10-171-2/+12
| | | ban_list are now logged.
* Refactored the GetPattern list method to simplify extending @listnameMark Sapiro2015-10-151-11/+22
| | | | syntax to new attributes in the future. Changed Moderate.py to use the GetPattern method to process the *_these_nonmembers lists.
* Implemented GLOBAL_BAN_LIST.Mark Sapiro2015-08-211-1/+3
|
* Enhanced subscribe_auto_approval to accept @listname entries.Mark Sapiro2015-02-031-3/+25
|
* Implemented dmarc_wrapped_message_text to optionally add an explanitoryMark Sapiro2015-01-231-0/+2
| | | text/plain part to a message wrapped via dmarc_moderation_action.
* Implemented the equivalent domains feature for list posting/moderation.Mark Sapiro2015-01-231-0/+2
|
* A number of changes from the unofficial 2.2 branch have been backported toMark Sapiro2015-01-221-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.
* Make dmarc_quarantine_moderaction_action a list setting.Mark Sapiro2014-05-021-0/+2
|
* Fixed a long standing issue in which a notice sent to a user whoseMark Sapiro2014-04-161-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.
* Added and modified various options regarding DMARC. See the NEWS file.Mark Sapiro2014-04-151-1/+3
|\
| * Upstream changesJim Popovitch2013-11-171-1/+2
| |\ | |/ |/|
| * Incorporated some feedback from Mark S.Jim Popovitch2013-10-201-1/+1
| |
| * Hold/Reject/Discard moderation support for Senders with a DMARC p=reject policyJim Popovitch2013-03-031-0/+2
| |
* | Renamed author_is_list to from_is_list.Mark Sapiro2013-09-281-1/+1
| |
* | First cut at the author_is_list feature.Mark Sapiro2013-07-181-1/+2
|/
* Fixed a typo in the UPGRADING doc - bin/upgrade -> bin/update.Mark Sapiro2012-06-201-0/+0
|
* Added the MailList.py change missing from rev. 1345.Mark Sapiro2012-03-281-0/+1
|
* Added an Auto-Submitted: header to invitations and (un)subscriptionMark Sapiro2012-03-271-1/+13
| | | | | confirmation requests to reduce the possibility of an autoresponder confirming the request. (LP: #265831)
* Fixed misleading response to an email approval of a held message.Mark Sapiro2011-11-131-1/+1
| | | | Bug #889968.
* A problem with the logic avoiding unnecessarily reloading a current listMark Sapiro2011-09-291-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.
* - A new mm_cfg.py setting RESPONSE_INCLUDE_LEVEL has been added to controlMark Sapiro2011-02-071-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.
* - Fixed a problem where an emailed command in the Subject: header with aMark Sapiro2010-12-041-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.