summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge with Python 1.5.2+ version of this module. Also includebwarsaw1999-07-121-4/+42
* Describe using bin/check_permsbwarsaw1999-07-101-5/+26
* Added a note about bin/check_permsbwarsaw1999-07-101-0/+4
* bump version to 1.0rc3bwarsaw1999-07-101-2/+2
* VERSION: bump to 1.0rc3bwarsaw1999-07-101-1/+1
* Applied patch for PR#69, although num_addrs doesn't appear to be usedbwarsaw1999-07-091-1/+1
* main(): Slightly different message for confirmation.bwarsaw1999-07-091-1/+1
* SetSiteAdminPassword(): Open data/adm.pw with Utils.open_ex() so webwarsaw1999-07-091-5/+3
* checkadminpw(): Check the permissions on data/adm.pw, which now mustbwarsaw1999-07-091-9/+20
* Use stat's symbolic names for list indices.bwarsaw1999-07-071-2/+3
* Move the locking stuff from here to cron/run_queue. This way, I canbwarsaw1999-07-071-16/+4
* Move the locking stuff to here from OutgoingQueue.processQueue().bwarsaw1999-07-071-1/+16
* check_perms: No need to generate this file. MAILMAN_GRPNAME mustbwarsaw1999-07-063-5/+6
* I realized we don't need to generate check_perms.bwarsaw1999-07-062-5/+5
* check_perms.in: A file for a simple permission and group ownershipbwarsaw1999-07-063-3/+159
* Generate bin/check_perms from .in filebwarsaw1999-07-062-5/+5
* NEWS in 1.0rc3hmeland1999-07-051-0/+20
* Added a quick discussion of the "owner-alias" sendmail feature/problemhmeland1999-07-051-0/+14
* .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
* Catch MMBadEmailError and print a sensible message (PR#59)bwarsaw1999-07-031-3/+8
* Use autoconf results for true (PR#65)bwarsaw1999-07-031-1/+2
* Added autoconf test for true (PR#65)bwarsaw1999-07-032-106/+91
* Don't check for VPRINTF since we don't use it anywhere in the C code.bwarsaw1999-07-022-72/+23
* fatal(): Use vsnprintf() to avoid potential buffer overflowbwarsaw1999-07-021-2/+4
* 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
* DeliverToUser(): I believe the forking done in here is no longerhmeland1999-07-011-20/+34
* processQueue(): Catch and log problems with corrupt/inaccessible queuehmeland1999-07-011-4/+26
* IncomingMessage.GetSender(): Don't assume addresses taken from headershmeland1999-07-011-4/+8
* The "password" mail command can now also be used for having one'shmeland1999-07-011-2/+14
* Fixed problem with MIME bounces not containing any MIME boundaries athmeland1999-07-011-1/+6
* Use "mailman-<version>" instead of "<mailman-src-dir>" when referringhmeland1999-07-011-5/+8
* Added a section named "How secure are the authentication mechanismshmeland1999-07-011-0/+44
* re.match() was being used when we wanted re.search() for findinghmeland1999-06-151-2/+2
* Bumping revnum to 1.0rc2bwarsaw1999-06-143-4/+7
* don't be so graphic :)bwarsaw1999-06-141-1/+1
* My annotation, v1 :)hmeland1999-06-132-1/+19
* TrySMTPDelivery(): Be smarter about handling the various exceptionshmeland1999-06-131-3/+45
* SecurityManager:hmeland1999-06-134-166/+171
* Undo, previous checkin was a mistake (I'm still only beginning tohmeland1999-06-131-11/+8
* Create(): Do ValidateEmail(admin) before trying to actually createhmeland1999-06-132-10/+13
* AddToResponse(): Added new optional arg `prefix'. Changed truncationhmeland1999-06-131-87/+95
* Created MMAuthenticationError exception class hierarchy, into whichhmeland1999-06-131-2/+9