aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Handlers/Cleanse.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-10-29Implemented whitelist for headers to keep for anonymous lists.Mark Sapiro1-0/+23
2013-09-27Made author_is_list a 3-way with an option to wrap the message.Mark Sapiro1-20/+0
2013-07-19Second cut at the author_is_list feature.Mark Sapiro1-1/+2
2013-07-18First cut at the author_is_list feature.Mark Sapiro1-2/+22
2010-04-09We now accept/remove X-Approved: and X-Approve: headers in addition toMark Sapiro1-1/+4
Approved: and Approve: for pre-approving posts. Bug ##557750.
2009-08-01Removed or anonymized additional headers in posts to anonymous lists.Mark Sapiro1-1/+14
2006-01-15Moving deletion of Domainkey-Signature: and DKIM-Signature: headers to amsapiro1-10/+1
new handler to be included in both GLOBAL_PIPELINE and OWNER_PIPELINE.
2005-12-30A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw1-1/+2
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-11-13Remove Approve: header as well as Approved:msapiro1-0/+2
2005-09-12SF patch #1287546 to remove DomainKey (and similar) headers.bwarsaw1-1/+10
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi1-1/+1
2005-02-17Anonymous list fix up: Add internal_name in the From: header.tkikuchi1-1/+9
Log anonymize record in 'post' for admin's inspection convenience.
2003-04-22Backporting once again from the trunk.bwarsaw1-4/+6
I18ners please double check (except Tokio). It's always so painful to resolve conflicts here, I hope I got them right.