aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Gui (unfollow)
Commit message (Collapse)AuthorFilesLines
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.
2008-03-15Gui/GuiBase.py - Don't allow self references in *_these_nonmembersMark Sapiro1-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.
2007-12-04Mailman/Cgi/edithtml.pyMark Sapiro1-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.
2007-11-25Mailman/Archiver/HyperArch.pyMark Sapiro1-12/+14
Mailman/MailList.py - Updated Copyright date. Mailman/Gui/NonDigest.py - Edited new messages. messages/mailman.pot - Added new NonDigest.py messages.
2007-11-25Add 'sibling list' feature: exclude and include lists are other mailingTokio Kikuchi1-0/+24
lists whose members are exclude or included if they appear in To: or Cc:. (Patch ID 1347962)
2007-11-18Privacy.py - Last check-in was too agressive at removing trailing blanks.Mark Sapiro1-5/+5
2007-11-18Gui/GuiBase.py - Deleted the _escape() method - not needed since 2.1.9Mark Sapiro2-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.
2006-09-01A much improved release script, which now knows about Subversion (though isn'tbwarsaw1-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!
2006-08-30CVE-2006-3636. Fixes for various cross-site scripting issues. Discovery bybwarsaw1-4/+5
Moritz Naumann and most of the repair work done by Mark Sapiro (with some additional work by Barry).
2006-03-23SF Bug ID 1453049 from Clytie. Only easiest fixes are done because we shouldtkikuchi2-3/+3
care all the .po files in language directories. More fixes should be done in mailman-2.2.
2006-01-14Copyright years.bwarsaw1-2/+3
2006-01-14Fix: [ 1194419 ] Lose Topics when go directly to topics URLtkikuchi1-0/+3
2005-12-30A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw2-6/+6
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.
2005-10-23Back port from MAIN: "Reply-To-Useful" link fixed.tkikuchi1-1/+1
2005-10-23Fix bug-id 1230865: Spam filter get lost.tkikuchi1-1/+5
Update the filter only if there is hdrfilter_* input.
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi16-16/+16
2005-07-17Whitespace normalization, and updates of copyright years.bwarsaw1-7/+7
2005-07-13Introduce new attribute (collapse_alternatives) to allow HTML intkikuchi1-2/+10
multipart/alternative message after content filtering.
2005-07-01Updated the link to the "Reply-To munging considered useful" essay.bwarsaw1-4/+3
2005-03-10Use of websafe() here is too severe. Only '<' is escaped.tkikuchi1-1/+2