aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/versions.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement new drop_cc switch.Mark Sapiro2019-11-081-0/+1
|
* Patch for dmarc_moderation_addresses to automatically apply ↵Jim Popovitch2018-11-301-0/+1
| | | | dmarc_moderation_action against a regexp of addresess
* Bump copyright dates.Mark Sapiro2018-06-171-1/+1
|
* Added dmarc_non_moderation_action to list settings.Mark Sapiro2016-02-021-0/+2
|
* Merged and tweaked Jim P's mailman-auto-mod-verbose-members branch.Mark Sapiro2016-01-181-1/+5
|\
| * Improvements based on feedback from Mark Sapirojimpop@template.hostname2015-11-041-1/+2
| | | | | | | | https://code.launchpad.net/~jimpop/mailman/mailman-auto-mod-verbose-members/+merge/276706/comments/699744
| * Auto-Moderate Verbose Membersjimpop@template.hostname2015-11-041-0/+3
|/
* Cleaned the code a bit. No change in results.Mark Sapiro2015-02-071-19/+7
|
* Added character set recoding to utf-8 for list attributes for Romanian andMark Sapiro2015-02-071-0/+100
| | | Russian lists and bumped versions to 2.1.19rc3.
* 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-1/+12
| | | | | 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.
* Implemented the ability to forward bounces to the list owner.Mark Sapiro2014-10-161-0/+3
|
* Make dmarc_quarantine_moderaction_action a list setting.Mark Sapiro2014-05-021-1/+3
|
* Added and modified various options regarding DMARC. See the NEWS file.Mark Sapiro2014-04-151-1/+4
|\
| * Upstream changesJim Popovitch2013-11-171-1/+4
| |\ | |/ |/|
| * Incorporated some feedback from Mark S.Jim Popovitch2013-10-201-1/+2
| |
| * 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-2/+3
| |
* | First cut at the author_is_list feature.Mark Sapiro2013-07-181-1/+3
|/
* Fixed a typo in the UPGRADING doc - bin/upgrade -> bin/update.Mark Sapiro2012-06-201-0/+0
|
* Backported regular_exclude_ignore list attribute feature from 2.2 branch.Mark Sapiro2012-03-251-0/+2
|
* A new list poster password has been implemented. This password may onlyMark Sapiro2011-04-251-1/+2
| | | | | | 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.
* Merged optional Sender: header feature from lp:~mss/mailman/2.1-sender-header.Mark Sapiro2010-07-031-1/+2
|\
| * Added option include_sender_header to suppress rewrite of the Sender header ↵Malte S. Stretz2010-06-291-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.
* Add 'sibling list' feature: exclude and include lists are other mailingTokio Kikuchi2007-11-251-0/+5
| | | | | lists whose members are exclude or included if they appear in To: or Cc:. (Patch ID 1347962)
* versions.py - Moved imports to module scope.Mark Sapiro2007-11-221-2/+3
|
* In rare cases, versions.py can encounter a very old list with held posts inMark Sapiro2007-10-041-1/+1
| | | | | | its requests dictionary. It then tries to create a Message.OutgoingMessage object from the message text, but that class no longer exists. Fixed by using email.message_from_string() instead.
* /cygdrive/c/MM_bzr/log.txtMark Sapiro2007-10-041-1/+2
|
* A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw2005-12-301-2/+2
| | | | | | | | | | | | | normalization, removal of tabs, copyright year updates to changed files, docstring and comment fixes, and usage of True/False. I also made a pass through the NEWS file. One import was reordered, and after this commit I will move the mmdsr.readme file to README.mmdsr. From my perspective, after that we're ready to go. I will port these changes forward to the trunk.
* FSF office has moved to 51 Franklin Street.tkikuchi2005-08-271-1/+1
|
* Whitespace normalization, and updates of copyright years.bwarsaw2005-07-171-5/+4
|
* Introduce new attribute (collapse_alternatives) to allow HTML intkikuchi2005-07-131-0/+4
| | | | multipart/alternative message after content filtering.
* sourceforge patch id=1107169, re-use member_moderation_notice ...tkikuchi2005-02-061-0/+1
| | | | | | | Instead of re-use, a new variable 'nonmember_rejection_notice' was introduced. For compatibility with my patch for subject numbering, 'data_version' was raised by 3. Sorry for the leap but I want MY user to get smooth update. (TK)
* [ 790494 ] built-in automatic discardtkikuchi2004-10-081-0/+2
|
* Merging SF patches:tkikuchi2004-10-031-0/+6
| | | | | | | [ 904850 ] Scrubber in regular delivery per list [ 1027882 ] filter attachments by filename extensions and a patch in mailman-dev mailing list http://mail.python.org/pipermail/mailman-developers/2004-September/017246.html
* NewVars(): Add header_filter_rules if missing.bwarsaw2003-12-011-0/+1
|
* boilerplatebwarsaw2003-11-201-1/+1
|
* NewRequestsDatabase(): HoldSubscription() now takes 5 arguments; thebwarsaw2003-11-201-1/+2
| | | | user's realname and the user's language were added.
* This commit was manufactured by cvs2svn to create branch2003-01-021-0/+495
'Release_2_1-maint'.