aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Gui/Privacy.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-07-14Match header_filter_rules as normalized unicodes.Mark Sapiro1-2/+14
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-04Auto-Moderate Verbose Membersjimpop@template.hostname1-0/+12
2015-02-03Enhanced subscribe_auto_approval to accept @listname entries.Mark Sapiro1-2/+5
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 Sapiro1-1/+10
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-05-02Make dmarc_quarantine_moderaction_action a list setting.Mark Sapiro1-2/+19
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-03-03Hold/Reject/Discard moderation support for Senders with a DMARC p=reject policyJim Popovitch1-0/+24
2009-01-11Updated links to Python documentation.Mark Sapiro1-1/+1
2008-12-19Corrected a typo in Mailman/Gui/Privacy.py. Bug #309757.Mark Sapiro1-2/+2
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 Sapiro1-13/+20
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.
2005-12-30A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw1-3/+3
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-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.tkikuchi1-1/+1
2005-02-23The first header_filter_rules can be empty. Thanks Bryan Fullerton.tkikuchi1-0/+3
2005-02-06sourceforge patch id=1107169, re-use member_moderation_notice ...tkikuchi1-0/+6
Instead of re-use, a new variable 'nonmember_rejection_notice' was introduced. For compatibility with my patch for subject numbering, 'data_version' was raised by 3. Sorry for the leap but I want MY user to get smooth update. (TK)
2004-10-09[ 1032434 ] make KNOWN_SPAMMERS work for headers appearing mult. timestkikuchi1-1/+7
[ 1026977 ] check attachment header by SpamDetect.py
2004-09-15Oops, this patch may be more modular. sorry for the bad first job.tkikuchi1-76/+79
2004-09-15Fix for "spam filter removed" SF id: 1020102/ bug rep. 1013079/1020013tkikuchi1-73/+75
this looks easiest and my first commit to Mailman source tree. ;-) (TK)
2003-12-01GetConfigInfo(), handleForm(): Added header_filter_rules, a new variable whichbwarsaw1-2/+114
collects regular expression rules to match against the message's outer headers, along with the action to take when a match occurs.
2003-09-22Backporting from the HEAD -- updated u/ibwarsaw1-1/+1