| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement new drop_cc switch. | Mark Sapiro | 2019-11-08 | 1 | -0/+13 |
* | Implemented web admin sync members. | Mark Sapiro | 2019-09-17 | 1 | -0/+1 |
* | Expand tabs in Python code. | Mark Sapiro | 2019-01-28 | 2 | -26/+26 |
* | Implement dmarc_moderation_addresses feature. | Mark Sapiro | 2018-12-15 | 1 | -0/+15 |
|\ |
|
| * | Updated SpamDetect.py and VARHELP based on feedback from Mark S. | Jim Popovitch | 2018-12-01 | 1 | -2/+4 |
| * | Patch for dmarc_moderation_addresses to automatically apply dmarc_moderation_... | Jim Popovitch | 2018-11-30 | 1 | -0/+12 |
|/ |
|
* | fix python doc urls | Yasuhito FUTATSUKI at POEM | 2018-07-15 | 2 | -2/+2 |
* | Bump copyright dates. | Mark Sapiro | 2018-06-17 | 14 | -14/+14 |
* | A few more error messages have had their values HTML escaped. | Mark Sapiro | 2018-05-21 | 1 | -1/+2 |
* | Added a few more badword checks to Utils.suspiciousHTML(). | Mark Sapiro | 2018-03-08 | 1 | -1/+9 |
* | Bumped Copyrights and fixed a bug in prior commit. | Mark Sapiro | 2017-06-05 | 2 | -2/+2 |
* | Defend against CGI requests with multiple values for the same parameter. | Mark Sapiro | 2017-06-05 | 2 | -9/+9 |
* | Match header_filter_rules as normalized unicodes. | Mark Sapiro | 2016-07-14 | 1 | -2/+14 |
* | fix typo on help message in Mailman/Gui/NonDigest.py | Yasuhito FUTATSUKI | 2016-02-12 | 1 | -1/+1 |
* | Added dmarc_non_moderation_action to list settings. | Mark Sapiro | 2016-02-02 | 1 | -0/+19 |
* | Some wording clarifications. | Mark Sapiro | 2016-01-19 | 1 | -2/+2 |
* | Merged and tweaked Jim P's mailman-auto-mod-verbose-members branch. | Mark Sapiro | 2016-01-18 | 1 | -11/+42 |
|\ |
|
| * | Auto-Moderate Verbose Members | jimpop@template.hostname | 2015-11-04 | 1 | -0/+12 |
* | | Updates to list admin manual and UI help to fix broken links. | Mark Sapiro | 2015-11-28 | 1 | -2/+2 |
|/ |
|
* | Implemented member address change via the admin GUI. | Mark Sapiro | 2015-03-09 | 1 | -0/+1 |
* | Fixed a dead link, updated the mailman.pot and mailman.po files | Mark Sapiro | 2015-03-02 | 1 | -4/+4 |
* | Enhanced subscribe_auto_approval to accept @listname entries. | Mark Sapiro | 2015-02-03 | 2 | -4/+8 |
* | Implemented dmarc_wrapped_message_text to optionally add an explanitory | Mark Sapiro | 2015-01-23 | 1 | -0/+14 |
* | Implemented the equivalent domains feature for list posting/moderation. | Mark Sapiro | 2015-01-23 | 1 | -0/+27 |
* | A number of changes from the unofficial 2.2 branch have been backported to | Mark Sapiro | 2015-01-22 | 2 | -5/+16 |
* | Implemented the ability to forward bounces to the list owner. | Mark Sapiro | 2014-10-16 | 1 | -1/+10 |
* | Make dmarc_quarantine_moderaction_action a list setting. | Mark Sapiro | 2014-05-02 | 1 | -2/+19 |
* | Revised the documentation for from_is_list. | Mark Sapiro | 2014-05-02 | 1 | -13/+59 |
* | i18n updates for a minor string change. | Mark Sapiro | 2014-04-21 | 1 | -1/+1 |
* | Fixed a minor editing error and updated i18n. | Mark Sapiro | 2014-04-16 | 1 | -2/+2 |
* | Reordered Munge/Wrap DMARC moderation policy options | Mark Sapiro | 2014-04-16 | 1 | -5/+5 |
* | Made i18n changes for DMARC stuff. | Mark Sapiro | 2014-04-15 | 1 | -2/+2 |
* | Added and modified various options regarding DMARC. See the NEWS file. | Mark Sapiro | 2014-04-15 | 2 | -21/+69 |
|\ |
|
| * | Upstream changes | Jim Popovitch | 2013-11-17 | 3 | -11/+32 |
| |\
| |/
|/| |
|
| * | Added suuport for p=quarantine based on feedback from Franck Martin. | Jim Popovitch | 2013-11-08 | 1 | -2/+2 |
| * | Incorporated feedback from Mark S. | Jim Popovitch | 2013-10-20 | 1 | -1/+1 |
| * | Hold/Reject/Discard moderation support for Senders with a DMARC p=reject policy | Jim Popovitch | 2013-03-03 | 1 | -0/+24 |
* | | Renamed author_is_list to from_is_list. | Mark Sapiro | 2013-09-28 | 1 | -2/+2 |
* | | Made author_is_list a 3-way with an option to wrap the message. | Mark Sapiro | 2013-09-27 | 1 | -2/+6 |
* | | Second cut at the author_is_list feature. | Mark Sapiro | 2013-07-19 | 1 | -9/+15 |
* | | First cut at the author_is_list feature. | Mark Sapiro | 2013-07-18 | 1 | -1/+9 |
* | | - Changed the admin GUI to report only the bad entries in a list of email | Mark Sapiro | 2013-07-12 | 1 | -6/+9 |
* | | Setting digest_size_threshhold to zero now means no digests will be | Mark Sapiro | 2013-03-10 | 1 | -3/+3 |
|/ |
|
* | 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/+11 |
* | - Mailman/Gui/General.py | Mark Sapiro | 2011-10-04 | 1 | -3/+15 |
* | Made minor wording improvements and typo corrections in some messages. | Mark Sapiro | 2010-09-10 | 2 | -9/+9 |
* | Merged optional Sender: header feature from lp:~mss/mailman/2.1-sender-header. | Mark Sapiro | 2010-07-03 | 1 | -1/+24 |
|\ |
|
| * | Added option include_sender_header to suppress rewrite of the Sender header w... | Malte S. Stretz | 2010-06-29 | 1 | -0/+23 |
|/ |
|
* | Changed Gui/Topics.py to validate regexps in VERBOSE mode. Bug #327008. | Mark Sapiro | 2009-02-08 | 1 | -2/+3 |