aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Gui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Updated links to Python documentation.Mark Sapiro2009-01-112-2/+2
|
* Corrected a typo in Mailman/Gui/Privacy.py. Bug #309757.Mark Sapiro2008-12-191-2/+2
|
* Fixed a problem where GuiBase._getValidValue() would truncate a floatingMark Sapiro2008-04-211-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.
* Gui/GuiBase.py - Don't allow self references in *_these_nonmembersMark Sapiro2008-03-151-4/+12
| | | | | | | | | | | | or regular_(in|ex)clude_lists. Handlers/CalcRecips.py - Log and skip any self reference lists in regular_(in|ex)clude_lists. Compare To: and Cc: addresses and regular_(in|ex)clude_lists case insensitively. Handlers/Moderate.py - Log and skip any self reference lists in *_these_nonmembers.
* Mailman/Cgi/edithtml.pyMark Sapiro2007-12-041-9/+23
| | | | | | | | | | | | Mailman/Gui/General.py Mailman/Utils.py - Better detection of potentially evil HTML in GUI. Mailman/Version.py NEWS - Updates for 2.1.10b1 release. Mailman/Gui/General.py messages/mailman.pot - Added admin_member_chunksize to Gui. Two new associated messages.
* Mailman/Archiver/HyperArch.pyMark Sapiro2007-11-251-12/+14
| | | | | | | | Mailman/MailList.py - Updated Copyright date. Mailman/Gui/NonDigest.py - Edited new messages. messages/mailman.pot - Added new NonDigest.py messages.
* Add 'sibling list' feature: exclude and include lists are other mailingTokio Kikuchi2007-11-251-0/+24
| | | | | lists whose members are exclude or included if they appear in To: or Cc:. (Patch ID 1347962)
* Privacy.py - Last check-in was too agressive at removing trailing blanks.Mark Sapiro2007-11-181-5/+5
|
* Gui/GuiBase.py - Deleted the _escape() method - not needed since 2.1.9Mark Sapiro2007-11-182-22/+29
| | | | | | | | Gui/GuiBase.py Gui/Privacy.py Handlers/Moderate.py - Patched with a slightly modified version of sf patch 1220144 - allow specifying another list in accept_these_nonmembers.
* A much improved release script, which now knows about Subversion (though isn'tbwarsaw2006-09-011-1/+0
| | | | | | | yet ready to work from the trunk). Also, get rid of all the obsolete .cvsignore directories, they're no longer needed. Almost ready for 2.1.9rc1!
* CVE-2006-3636. Fixes for various cross-site scripting issues. Discovery bybwarsaw2006-08-301-4/+5
| | | | | Moritz Naumann and most of the repair work done by Mark Sapiro (with some additional work by Barry).
* SF Bug ID 1453049 from Clytie. Only easiest fixes are done because we shouldtkikuchi2006-03-232-3/+3
| | | | | care all the .po files in language directories. More fixes should be done in mailman-2.2.