summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removing all gifs. Convert logos to jpgs.bwarsaw1999-11-0114-0/+0
* Removed all information about the logo contest. It's over and I don'tbwarsaw1999-11-011-46/+0
* mailman.gif => mailman.jpgbwarsaw1999-11-012-4/+4
* A bunch of old changes -- can't remember the origin, sorry.bwarsaw1999-10-301-7/+54
* ApprovedAddMembers(): each time through the loop, do a reap ofbwarsaw1999-10-301-0/+1
* main(): Reap all subprocesses until none are leftbwarsaw1999-10-301-0/+4
* cosmeticbwarsaw1999-10-301-1/+2
* Invoke Python with -S option, which avoids the "import site". Thisbwarsaw1999-10-291-10/+13
* main(): if the fromaddr can't be found, return after printing msgbwarsaw1999-10-251-0/+1
* In helo() and ehlo(), Don't fail when gethostbyaddr() fails -- justguido1999-10-221-2/+10
* Small typos reported by fdrake.bwarsaw1999-10-111-2/+2
* ParseMailCommands(): Quickie patch to allow quotes around the commandbwarsaw1999-09-081-0/+10
* Bump VERSION to 1.0.2bwarsaw1999-09-071-1/+1
* Add an entry to run the nightly gzip at 3:27ambwarsaw1999-09-041-0/+5
* Add TODO item about Usenet crosspostingbwarsaw1999-09-041-0/+4
* Add Paul Hebblebwarsaw1999-09-041-0/+1
* ArchiveMail(): When public archiving is turned on andbwarsaw1999-09-041-7/+22
* PUBLIC_EXTERNAL_ARCHIVER, PRIVATE_EXTERNAL_ARCHIVER: new variablesbwarsaw1999-09-041-2/+16
* Remove some extraneous parens.bwarsaw1999-09-041-11/+9
* SafeDict.__init__(): UserDict optional initial dict arg is a Pythonbwarsaw1999-09-031-1/+4
* SafeDict(): New classbwarsaw1999-09-021-2/+23
* miscellaneous formattingbwarsaw1999-09-021-4/+33
* Simple script to print the current Mailman versionbwarsaw1999-09-022-1/+26
* PR#107 reports that Pegasus (presumably an MUA) usesbwarsaw1999-09-021-0/+1
* "group sticky bit" -> setgid bit. PR#99bwarsaw1999-09-021-2/+2
* Two changes:bwarsaw1999-09-021-1/+16
* InitTempVars(): Use <site> for lock file name when no list name isbwarsaw1999-09-021-1/+1
* Use the GNU boilerplate.html filebwarsaw1999-08-311-17/+88
* Do the more sensible thing, which is only gzip those .txt files thatbwarsaw1999-08-311-31/+18
* Watch out for os.errors from os.listdir()bwarsaw1999-08-311-1/+5
* Added nightly_gzip to list of scriptsbwarsaw1999-08-301-1/+1
* Script which nightly gzips .txt flat archive files.bwarsaw1999-08-301-0/+154
* Removed unused import of fcntlbwarsaw1999-08-251-1/+0
* Load(): Ignore AlreadyLockedErrors.bwarsaw1999-08-231-1/+4
* map_maillists(): formattingbwarsaw1999-08-231-5/+8
* ArchiveMail(): it's still possible that the archiver takes a long timebwarsaw1999-08-221-3/+7
* small cut and paste typobwarsaw1999-08-211-1/+1
* Robustness changes. Specifically:bwarsaw1999-08-211-22/+84
* Bump rev number to 1.0.1bwarsaw1999-08-211-1/+1
* Add Jeremy Hyltonbwarsaw1999-08-211-0/+1
* Make sure we use cPickle if it exists. This change may or may notbwarsaw1999-08-211-3/+8
* Extensive changes based on Jeremy Hylton's investigations. Thesebwarsaw1999-08-211-41/+49
* Extensive changes based on Jeremy Hylton's investigations. Thesebwarsaw1999-08-211-15/+14
* Extensive changes based on Jeremy Hylton's investigations. Thesebwarsaw1999-08-211-6/+16
* GZIP_ARCHIVE_TXT_FILES: A new flag which controls whether thebwarsaw1999-08-211-0/+7
* Ditch the posix lockfile stuff in favor of the now "standard" LockFilebwarsaw1999-08-211-29/+21
* This module has been "renamed" to LockFile.pybwarsaw1999-08-211-198/+0
* flock => LockFilebwarsaw1999-08-202-7/+7
* __assert_lock(): LockFile.AlreadyCalledLockedError =>bwarsaw1999-08-201-1/+1
* flock => LockFile everywherebwarsaw1999-08-201-4/+4