summaryrefslogtreecommitdiff
path: root/Mailman/pythonlib/smtplib.py (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-09-07Bump VERSION to 1.0.2bwarsaw1-1/+1
1999-09-04Add an entry to run the nightly gzip at 3:27ambwarsaw1-0/+5
1999-09-04Add TODO item about Usenet crosspostingbwarsaw1-0/+4
1999-09-04Add Paul Hebblebwarsaw1-0/+1
1999-09-04ArchiveMail(): When public archiving is turned on andbwarsaw1-7/+22
PUBLIC_EXTERNAL_ARCHIVER is true, the variable contains a shell command string for os.popen() to invoke the external archiver. Similar for PRIVATE_EXTERNAL_ARCHIVER and private archiving. Patch submitted by Paul Hebble <hebble@ncsa.uiuc.edu>, modified by myself (I couldn't resist!)
1999-09-04PUBLIC_EXTERNAL_ARCHIVER, PRIVATE_EXTERNAL_ARCHIVER: new variablesbwarsaw1-2/+16
which control use of an external archiver for both public and private archiving. When both variables are false, the internal archiver is used.
1999-09-04Remove some extraneous parens.bwarsaw1-11/+9
ExtractApproval(): Use `is' test to compare against None, not ==
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