aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Gui (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-08Implement new drop_cc switch.Mark Sapiro1-0/+13
2019-09-17Implemented web admin sync members.Mark Sapiro1-0/+1
2019-01-28Expand tabs in Python code.Mark Sapiro2-26/+26
2018-12-01Updated SpamDetect.py and VARHELP based on feedback from Mark S. Jim Popovitch1-2/+4
2018-11-30Patch for dmarc_moderation_addresses to automatically apply ↵Jim Popovitch1-0/+12
dmarc_moderation_action against a regexp of addresess
2018-07-15fix python doc urlsYasuhito FUTATSUKI at POEM2-2/+2
2018-06-22revert Mailman/Gui/GUIBase.py to drop change of this branchYasuhito FUTATSUKI at POEM1-8/+0
2018-06-22enhance i18n of listinfo overviewYasuhito FUTATSUKI at POEM1-0/+8
* make sure list's description charset as its preferred_language's * get description as a string of charset caller wanted
2018-06-17Bump copyright dates.Mark Sapiro14-14/+14
2018-05-21A few more error messages have had their values HTML escaped.Mark Sapiro1-1/+2
2018-03-08Added a few more badword checks to Utils.suspiciousHTML().Mark Sapiro1-1/+9
Added validation of GUI updates to host_name.
2017-06-05Bumped Copyrights and fixed a bug in prior commit.Mark Sapiro2-2/+2
2017-06-05Defend against CGI requests with multiple values for the same parameter.Mark Sapiro2-9/+9
2016-07-14Match header_filter_rules as normalized unicodes.Mark Sapiro1-2/+14
2016-02-12fix typo on help message in Mailman/Gui/NonDigest.pyYasuhito FUTATSUKI1-1/+1
2016-02-02Added dmarc_non_moderation_action to list settings.Mark Sapiro1-0/+19
2016-01-19Some wording clarifications.Mark Sapiro1-2/+2
2015-11-28Updates to list admin manual and UI help to fix broken links.Mark Sapiro1-2/+2
2015-11-04Auto-Moderate Verbose Membersjimpop@template.hostname1-0/+12
2015-03-09Implemented member address change via the admin GUI.Mark Sapiro1-0/+1
Updated mailman.pot and mailman.po files with the new strings.
2015-03-02Fixed a dead link, updated the mailman.pot and mailman.po filesMark Sapiro1-4/+4
2015-02-03Enhanced subscribe_auto_approval to accept @listname entries.Mark Sapiro2-4/+8
2015-01-23Implemented dmarc_wrapped_message_text to optionally add an explanitoryMark Sapiro1-0/+14
text/plain part to a message wrapped via dmarc_moderation_action.
2015-01-23Implemented the equivalent domains feature for list posting/moderation.Mark Sapiro1-0/+27
2015-01-22A number of changes from the unofficial 2.2 branch have been backported toMark Sapiro2-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.
2014-10-16Implemented the ability to forward bounces to the list owner.Mark Sapiro1-1/+10
2014-05-02Make dmarc_quarantine_moderaction_action a list setting.Mark Sapiro1-2/+19
2014-05-02Revised the documentation for from_is_list.Mark Sapiro1-13/+59
2014-04-21i18n updates for a minor string change.Mark Sapiro1-1/+1
2014-04-16Fixed a minor editing error and updated i18n.Mark Sapiro1-2/+2
2014-04-16Reordered Munge/Wrap DMARC moderation policy optionsMark Sapiro1-5/+5
so site admins can allow Wrap but not Munge.
2014-04-15Made i18n changes for DMARC stuff.Mark Sapiro1-2/+2
2013-11-08Added suuport for p=quarantine based on feedback from Franck Martin.Jim Popovitch1-2/+2
2013-10-20Incorporated feedback from Mark S.Jim Popovitch1-1/+1
2013-09-28Renamed author_is_list to from_is_list.Mark Sapiro1-2/+2
2013-09-27Made author_is_list a 3-way with an option to wrap the message.Mark Sapiro1-2/+6
2013-07-19Second cut at the author_is_list feature.Mark Sapiro1-9/+15
2013-07-18First cut at the author_is_list feature.Mark Sapiro1-1/+9
2013-07-12- Changed the admin GUI to report only the bad entries in a list of emailMark Sapiro1-6/+9
addresses if any are bad. (LP: #558253)
2013-03-10Setting digest_size_threshhold to zero now means no digests will beMark Sapiro1-3/+3
sent based on size instead of a digest being sent with every post.
2013-03-03Hold/Reject/Discard moderation support for Senders with a DMARC p=reject policyJim Popovitch1-0/+24
2012-06-20Fixed a typo in the UPGRADING doc - bin/upgrade -> bin/update.Mark Sapiro1-0/+0
2012-03-25Backported regular_exclude_ignore list attribute feature from 2.2 branch.Mark Sapiro1-0/+11
2011-10-04- Mailman/Gui/General.pyMark Sapiro1-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.
2010-09-10Made minor wording improvements and typo corrections in some messages.Mark Sapiro2-9/+9
Bug #426979.
2010-06-29Added option include_sender_header to suppress rewrite of the Sender header ↵Malte S. Stretz1-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.
2009-02-08Changed Gui/Topics.py to validate regexps in VERBOSE mode. Bug #327008.Mark Sapiro1-2/+3
2009-01-11Updated links to Python documentation.Mark Sapiro2-2/+2
2008-12-19Corrected a typo in Mailman/Gui/Privacy.py. Bug #309757.Mark Sapiro1-2/+2
2008-04-21Fixed a problem where GuiBase._getValidValue() would truncate a floatingMark Sapiro1-0/+5
point Number type to an int if the value was a float instead of a numeric string. This affected setting floating point values with config_list. Updated NEWS for 2.1.10 final.