Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-03-09 | Implemented member address change via the admin GUI. | Mark Sapiro | 1 | -0/+1 | |
Updated mailman.pot and mailman.po files with the new strings. | |||||
2015-03-02 | Fixed a dead link, updated the mailman.pot and mailman.po files | Mark Sapiro | 1 | -4/+4 | |
2015-02-03 | Enhanced subscribe_auto_approval to accept @listname entries. | Mark Sapiro | 2 | -4/+8 | |
2015-01-23 | Implemented dmarc_wrapped_message_text to optionally add an explanitory | Mark Sapiro | 1 | -0/+14 | |
text/plain part to a message wrapped via dmarc_moderation_action. | |||||
2015-01-23 | Implemented the equivalent domains feature for list posting/moderation. | Mark Sapiro | 1 | -0/+27 | |
2015-01-22 | A number of changes from the unofficial 2.2 branch have been backported to | Mark Sapiro | 2 | -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-16 | Implemented the ability to forward bounces to the list owner. | Mark Sapiro | 1 | -1/+10 | |
2014-05-02 | Make dmarc_quarantine_moderaction_action a list setting. | Mark Sapiro | 1 | -2/+19 | |
2014-05-02 | Revised the documentation for from_is_list. | Mark Sapiro | 1 | -13/+59 | |
2014-04-21 | i18n updates for a minor string change. | Mark Sapiro | 1 | -1/+1 | |
2014-04-16 | Fixed a minor editing error and updated i18n. | Mark Sapiro | 1 | -2/+2 | |
2014-04-16 | Reordered Munge/Wrap DMARC moderation policy options | Mark Sapiro | 1 | -5/+5 | |
so site admins can allow Wrap but not Munge. | |||||
2014-04-15 | Made i18n changes for DMARC stuff. | Mark Sapiro | 1 | -2/+2 | |
2013-11-08 | Added suuport for p=quarantine based on feedback from Franck Martin. | Jim Popovitch | 1 | -2/+2 | |
2013-10-20 | Incorporated feedback from Mark S. | Jim Popovitch | 1 | -1/+1 | |
2013-09-28 | Renamed author_is_list to from_is_list. | Mark Sapiro | 1 | -2/+2 | |
2013-09-27 | Made author_is_list a 3-way with an option to wrap the message. | Mark Sapiro | 1 | -2/+6 | |
2013-07-19 | Second cut at the author_is_list feature. | Mark Sapiro | 1 | -9/+15 | |
2013-07-18 | First cut at the author_is_list feature. | Mark Sapiro | 1 | -1/+9 | |
2013-07-12 | - Changed the admin GUI to report only the bad entries in a list of email | Mark Sapiro | 1 | -6/+9 | |
addresses if any are bad. (LP: #558253) | |||||
2013-03-10 | Setting digest_size_threshhold to zero now means no digests will be | Mark Sapiro | 1 | -3/+3 | |
sent based on size instead of a digest being sent with every post. | |||||
2013-03-03 | Hold/Reject/Discard moderation support for Senders with a DMARC p=reject policy | Jim Popovitch | 1 | -0/+24 | |
2012-06-20 | Fixed a typo in the UPGRADING doc - bin/upgrade -> bin/update. | Mark Sapiro | 1 | -0/+0 | |
2012-03-25 | Backported regular_exclude_ignore list attribute feature from 2.2 branch. | Mark Sapiro | 1 | -0/+11 | |
2011-10-04 | - Mailman/Gui/General.py | Mark Sapiro | 1 | -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-10 | Made minor wording improvements and typo corrections in some messages. | Mark Sapiro | 2 | -9/+9 | |
Bug #426979. | |||||
2010-06-29 | Added option include_sender_header to suppress rewrite of the Sender header ↵ | Malte S. Stretz | 1 | -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-08 | Changed Gui/Topics.py to validate regexps in VERBOSE mode. Bug #327008. | Mark Sapiro | 1 | -2/+3 | |
2009-01-11 | Updated links to Python documentation. | Mark Sapiro | 2 | -2/+2 | |
2008-12-19 | Corrected a typo in Mailman/Gui/Privacy.py. Bug #309757. | Mark Sapiro | 1 | -2/+2 | |
2008-04-21 | Fixed a problem where GuiBase._getValidValue() would truncate a floating | Mark Sapiro | 1 | -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-15 | Gui/GuiBase.py - Don't allow self references in *_these_nonmembers | Mark Sapiro | 1 | -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-04 | Mailman/Cgi/edithtml.py | Mark Sapiro | 1 | -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-25 | Mailman/Archiver/HyperArch.py | Mark Sapiro | 1 | -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-25 | Add 'sibling list' feature: exclude and include lists are other mailing | Tokio Kikuchi | 1 | -0/+24 | |
lists whose members are exclude or included if they appear in To: or Cc:. (Patch ID 1347962) | |||||
2007-11-18 | Privacy.py - Last check-in was too agressive at removing trailing blanks. | Mark Sapiro | 1 | -5/+5 | |
2007-11-18 | Gui/GuiBase.py - Deleted the _escape() method - not needed since 2.1.9 | Mark Sapiro | 2 | -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-01 | A much improved release script, which now knows about Subversion (though isn't | bwarsaw | 1 | -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-30 | CVE-2006-3636. Fixes for various cross-site scripting issues. Discovery by | bwarsaw | 1 | -4/+5 | |
Moritz Naumann and most of the repair work done by Mark Sapiro (with some additional work by Barry). | |||||
2006-03-23 | SF Bug ID 1453049 from Clytie. Only easiest fixes are done because we should | tkikuchi | 2 | -3/+3 | |
care all the .po files in language directories. More fixes should be done in mailman-2.2. | |||||
2006-01-14 | Copyright years. | bwarsaw | 1 | -2/+3 | |
2006-01-14 | Fix: [ 1194419 ] Lose Topics when go directly to topics URL | tkikuchi | 1 | -0/+3 | |
2005-12-30 | A cleansing pass, almost entirely cosmetic. Such things as whitespace | bwarsaw | 2 | -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-23 | Back port from MAIN: "Reply-To-Useful" link fixed. | tkikuchi | 1 | -1/+1 | |
2005-10-23 | Fix bug-id 1230865: Spam filter get lost. | tkikuchi | 1 | -1/+5 | |
Update the filter only if there is hdrfilter_* input. | |||||
2005-08-27 | FSF office has moved to 51 Franklin Street. | tkikuchi | 16 | -16/+16 | |
2005-07-17 | Whitespace normalization, and updates of copyright years. | bwarsaw | 1 | -7/+7 | |
2005-07-13 | Introduce new attribute (collapse_alternatives) to allow HTML in | tkikuchi | 1 | -2/+10 | |
multipart/alternative message after content filtering. | |||||
2005-07-01 | Updated the link to the "Reply-To munging considered useful" essay. | bwarsaw | 1 | -4/+3 | |
2005-03-10 | Use of websafe() here is too severe. Only '<' is escaped. | tkikuchi | 1 | -1/+2 | |