aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Logging (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-06-06Mailman's log files, request.pck files and heldmsg-* files are noMark Sapiro1-1/+1
longer created world readable to protect against access by untrusted local users.
2012-09-06Fixed a bug where non-ascii characters in the real name in a subscriptionMark Sapiro1-0/+4
request could throw a UnicodeEncodeError upon subscription approval and perhaps in other situations too. (LP: 1047100)
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!
2005-12-30A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw2-7/+10
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-12-17Python 2.4 may fail to write 8bit (non-ascii) characters.tkikuchi1-1/+6
I think quoted-printable is the safest escape for logging.
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi7-7/+7
2005-07-17Whitespace normalization, and updates of copyright years.bwarsaw1-4/+4
2005-07-16[ 1235567 ] unicode() call failing, emails stuck in moderation queuetkikuchi1-1/+1
2003-03-31Backporting SF patch #683906, add $DESTDIR to install target, bybwarsaw1-2/+3
Ademar de Souza Reis Jr