aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/MTA/Postfix.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-12-30A cleansing pass, almost entirely cosmetic. Such things as whitespacebwarsaw1-4/+4
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-13SF bug tracker 1378270. Fix aliases permission check in Postfix.py.tkikuchi1-1/+10
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi1-1/+1
2003-03-31Backporting from trunkbwarsaw1-14/+20
2003-01-02_do_remove(): Patch by Jon Parise to fix a bug in the stanza matchingbwarsaw1-3/+3
code which would delete any list with a matching prefix (i.e. "bin/rmlist foo" would also delete the stanza for "foo-one" and "foo-two").