summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed ordering of MIME boundaries.hmeland1999-06-131-4/+5
* Some more TODOs -- nothing critical.hmeland1999-06-131-2/+5
* Use new MailList.ApprovedAddMembers() to speed up addition.hmeland1999-06-131-25/+21
* Postfix's alias builder is commonly called `postalias', not `mkalias'.hmeland1999-06-131-2/+2
* More changes to make syslog() work on OSes where it isn't part of thehmeland1999-06-113-65/+64
* Changes to fix the CGI cookie security flaw reported by John Morton.hmeland1999-06-114-14/+38
* humorbwarsaw1999-06-101-1/+7
* In docstring, use %% to escape the percent sign.bwarsaw1999-06-101-1/+1
* main(): MMBadPassword => MMBadPasswordErrorbwarsaw1999-06-101-1/+1
* Patch by Per Cederqvist:guido1999-06-091-3/+6
* update_dirty_archives(): Set umask to 002 when creating gzipped texthmeland1999-06-041-1/+5
* New class: QuotedContainer(Container). It's Format() method returnshmeland1999-06-041-1/+11
* ParseMailCommands(): In the case that the maximum number of commandhmeland1999-06-041-2/+2
* Changes to speed up mass subscription via the web:hmeland1999-06-043-67/+143
* dolist(): Do l.Unlock() before returning, to avoid the list's openhmeland1999-06-021-0/+2
* Stole GNU sh-utils-1.16 configure.in code to check for syslog()hmeland1999-05-234-66/+70