summaryrefslogtreecommitdiff
path: root/Mailman (follow)
Commit message (Expand)AuthorAgeFilesLines
* ParseMailCommands(): Quickie patch to allow quotes around the commandbwarsaw1999-09-081-0/+10
* Bump VERSION to 1.0.2bwarsaw1999-09-071-1/+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
* PR#107 reports that Pegasus (presumably an MUA) usesbwarsaw1999-09-021-0/+1
* InitTempVars(): Use <site> for lock file name when no list name isbwarsaw1999-09-021-1/+1
* 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
* Bump rev number to 1.0.1bwarsaw1999-08-211-1/+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
* __assert_lock(): LockFile.AlreadyCalledLockedError =>bwarsaw1999-08-201-1/+1
* flock => LockFile everywherebwarsaw1999-08-201-4/+4
* Several changes to make this a more generally useful module.bwarsaw1999-08-201-64/+148
* Bumping version number to 1.0 ... get ready!bwarsaw1999-07-241-1/+1
* ConfirmUserPassword(): It's possible that user is None. Raise abwarsaw1999-07-221-0/+2
* DeliverToList(): Always remove return-receipt-to andbwarsaw1999-07-221-0/+3
* MakeCookie(): Set cookie's "path" based on the list-specific settinghmeland1999-07-221-1/+1
* Save(): When the list is created for the first time :) config.db maybwarsaw1999-07-211-1/+6
* OutgoingMessage.SetDate(): removebwarsaw1999-07-212-5/+0
* Save(): Harald's fix (slightly rewritten by Barry) for window ofbwarsaw1999-07-211-23/+13
* Post(): Add `cgiext' key with value taken from mm_cfg.CGIEXT. Thisbwarsaw1999-07-181-2/+4
* SatisfyRefs(): Add `cgiext' key with value taken from mm_cfg.CGIEXT.bwarsaw1999-07-181-0/+1
* DEFAULT_MSG_FOOTER: Two changes. First, nip a pet peeve (sorry Ken :)bwarsaw1999-07-181-2/+3
* CheckCookie(): Workaround for IE4.01 (and other pre-5.0 MSIEs?) bug inbwarsaw1999-07-161-2/+17
* Merge with Python 1.5.2+ version of this module. Also includebwarsaw1999-07-121-4/+42
* VERSION: bump to 1.0rc3bwarsaw1999-07-101-1/+1
* SetSiteAdminPassword(): Open data/adm.pw with Utils.open_ex() so webwarsaw1999-07-091-5/+3
* Move the locking stuff from here to cron/run_queue. This way, I canbwarsaw1999-07-071-16/+4
* .Post(): Try working around the "owner-alias" sendmail feature byhmeland1999-07-051-1/+7
* GetUserOption(), SetUserOption(): The invariant is that the keys forbwarsaw1999-07-031-0/+2
* Update(): Call CanonicalizeUserOptions()bwarsaw1999-07-031-0/+15
* VERSION: to 1.0rc2+ (soon to be rc3?)bwarsaw1999-07-031-2/+2
* MailList.Save(): Rewrite to be more robust in maintaining a validbwarsaw1999-07-011-13/+28
* DumbBTree.clear(): New method to short-circuit clearing the btree.bwarsaw1999-07-011-3/+8
* Fixed typo in SendMailToNewsGroup().hmeland1999-07-011-1/+1
* ProcessConfirmCmd(): Confirmation of an subscription for an addresshmeland1999-07-011-1/+4
* Fixed a minor grammar error.hmeland1999-07-011-1/+1
* Archiver.ArchiveMail(): As this method always is called with onehmeland1999-07-011-1/+5