summaryrefslogtreecommitdiff
path: root/Mailman/pythonlib/getpass.py (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-09-03SafeDict.__init__(): UserDict optional initial dict arg is a Pythonbwarsaw1-1/+4
1.5.2-ism. Here's a more portable implementation.
1999-09-02SafeDict(): New classbwarsaw1-2/+23
maketext(): Use SafeDict class to make sure that key interpolation in the template can't raise an exception, even if someone's edited the template and included missing keys. Patch inspired by Sean Reifschneider <jafo@tummy.com>
1999-09-02miscellaneous formattingbwarsaw1-4/+33
1999-09-02Simple script to print the current Mailman versionbwarsaw2-1/+26
1999-09-02PR#107 reports that Pegasus (presumably an MUA) usesbwarsaw1-0/+1
X-Confirm-Reading-To: to get automated receipts, so we need to remove this header too.
1999-09-02"group sticky bit" -> setgid bit. PR#99bwarsaw1-2/+2
1999-09-02Two changes:bwarsaw1-1/+16
- be sure to use the member's case-preserved subscribed address - watch out for any addresses that are in the password dictionary but are (for some unknown reason) not subscribed. Zap any such addresses found.
1999-09-02InitTempVars(): Use <site> for lock file name when no list name isbwarsaw1-1/+1
given (as is the case with calling bin/mmsitepass)
1999-08-31Use the GNU boilerplate.html filebwarsaw1-17/+88
1999-08-31Do the more sensible thing, which is only gzip those .txt files thatbwarsaw1-31/+18
are newer than their .txt.gz files.
1999-08-31Watch out for os.errors from os.listdir()bwarsaw1-1/+5
1999-08-30Added nightly_gzip to list of scriptsbwarsaw1-1/+1