aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Gui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement new drop_cc switch.Mark Sapiro2019-11-081-0/+13
|
* Implemented web admin sync members.Mark Sapiro2019-09-171-0/+1
|
* Expand tabs in Python code.Mark Sapiro2019-01-282-26/+26
|
* Implement dmarc_moderation_addresses feature.Mark Sapiro2018-12-151-0/+15
|\
| * Updated SpamDetect.py and VARHELP based on feedback from Mark S. Jim Popovitch2018-12-011-2/+4
| |
| * Patch for dmarc_moderation_addresses to automatically apply ↵Jim Popovitch2018-11-301-0/+12
|/ | | | dmarc_moderation_action against a regexp of addresess
* fix python doc urlsYasuhito FUTATSUKI at POEM2018-07-152-2/+2
|
* Bump copyright dates.Mark Sapiro2018-06-1714-14/+14
|
* A few more error messages have had their values HTML escaped.Mark Sapiro2018-05-211-1/+2
|
* Added a few more badword checks to Utils.suspiciousHTML().Mark Sapiro2018-03-081-1/+9
| | | Added validation of GUI updates to host_name.
* Bumped Copyrights and fixed a bug in prior commit.Mark Sapiro2017-06-052-2/+2
|
* Defend against CGI requests with multiple values for the same parameter.Mark Sapiro2017-06-052-9/+9
|
* Match header_filter_rules as normalized unicodes.Mark Sapiro2016-07-141-2/+14
|
* fix typo on help message in Mailman/Gui/NonDigest.pyYasuhito FUTATSUKI2016-02-121-1/+1
|
* Added dmarc_non_moderation_action to list settings.Mark Sapiro2016-02-021-0/+19
|
* Some wording clarifications.Mark Sapiro2016-01-191-2/+2
|
* Merged and tweaked Jim P's mailman-auto-mod-verbose-members branch.Mark Sapiro2016-01-181-11/+42
|\
| * Auto-Moderate Verbose Membersjimpop@template.hostname2015-11-041-0/+12
| |
* | Updates to list admin manual and UI help to fix broken links.Mark Sapiro2015-11-281-2/+2
|/
* Implemented member address change via the admin GUI.Mark Sapiro2015-03-091-0/+1
| | | Updated mailman.pot and mailman.po files with the new strings.
* Fixed a dead link, updated the mailman.pot and mailman.po filesMark Sapiro2015-03-021-4/+4
|
* Enhanced subscribe_auto_approval to accept @listname entries.Mark Sapiro2015-02-032-4/+8
|
* Implemented dmarc_wrapped_message_text to optionally add an explanitoryMark Sapiro2015-01-231-0/+14
| | | 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/+27
|
* A number of changes from the unofficial 2.2 branch have been backported toMark Sapiro2015-01-222-5/+16
| | | | | 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-1/+10
|
* Make dmarc_quarantine_moderaction_action a list setting.Mark Sapiro2014-05-021-2/+19
|
* Revised the documentation for from_is_list.Mark Sapiro2014-05-021-13/+59
|
* i18n updates for a minor string change.Mark Sapiro2014-04-211-1/+1
|
* Fixed a minor editing error and updated i18n.Mark Sapiro2014-04-161-2/+2
|
* Reordered Munge/Wrap DMARC moderation policy optionsMark Sapiro2014-04-161-5/+5
| | | so site admins can allow Wrap but not Munge.
* Made i18n changes for DMARC stuff.Mark Sapiro2014-04-151-2/+2
|
* Added and modified various options regarding DMARC. See the NEWS file.Mark Sapiro2014-04-152-21/+69
|\
| * Upstream changesJim Popovitch2013-11-173-11/+32
| |\ | |/ |/|
| * Added suuport for p=quarantine based on feedback from Franck Martin.Jim Popovitch2013-11-081-2/+2
| |
| * Incorporated 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/+24
| |
* | Renamed author_is_list to from_is_list.Mark Sapiro2013-09-281-2/+2
| |
* | Made author_is_list a 3-way with an option to wrap the message.Mark Sapiro2013-09-271-2/+6
| |
* | Second cut at the author_is_list feature.Mark Sapiro2013-07-191-9/+15
| |
* | First cut at the author_is_list feature.Mark Sapiro2013-07-181-1/+9
| |
* | - Changed the admin GUI to report only the bad entries in a list of emailMark Sapiro2013-07-121-6/+9
| | | | | | | | addresses if any are bad. (LP: #558253)
* | Setting digest_size_threshhold to zero now means no digests will beMark Sapiro2013-03-101-3/+3
|/ | | | sent based on size instead of a digest being sent with every post.
* 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/+11
|
* - Mailman/Gui/General.pyMark Sapiro2011-10-041-3/+15
| | | | | | | | 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.
* Made minor wording improvements and typo corrections in some messages.Mark Sapiro2010-09-102-9/+9
| | | | Bug #426979.
* Merged optional Sender: header feature from lp:~mss/mailman/2.1-sender-header.Mark Sapiro2010-07-031-1/+24
|\
| * Added option include_sender_header to suppress rewrite of the Sender header ↵Malte S. Stretz2010-06-291-0/+23
|/ | | | which confuses Outlook (formerly known as FAQ 2.3). See also <http://mail.python.org/pipermail/mailman-developers/2006-July/019040.html>. Bug #266824.
* Changed Gui/Topics.py to validate regexps in VERBOSE mode. Bug #327008.Mark Sapiro2009-02-081-2/+3
|