summaryrefslogtreecommitdiff
path: root/Mailman (follow)
Commit message (Expand)AuthorAgeFilesLines
* .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
* 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
* re.match() was being used when we wanted re.search() for findinghmeland1999-06-151-2/+2
* Bumping revnum to 1.0rc2bwarsaw1999-06-141-1/+1
* TrySMTPDelivery(): Be smarter about handling the various exceptionshmeland1999-06-131-3/+45
* SecurityManager:hmeland1999-06-134-166/+171
* Create(): Do ValidateEmail(admin) before trying to actually createhmeland1999-06-131-2/+2
* 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
* Changes to fix the CGI cookie security flaw reported by John Morton.hmeland1999-06-114-14/+38
* 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
* FormatListinfoOverview(): The CGI/1.1 spec defines the SERVER_NAMEhmeland1999-05-221-1/+2
* Changed import of rfc822 to always get the version we distribute withhmeland1999-05-221-47/+8
* ProcessUnsubscribeCmd(): Catch Errors.MMNotAMemberError, which is whatbwarsaw1999-05-061-2/+1
* eradicate "maillist" as a nounbwarsaw1999-05-054-19/+20
* eradicate "maillist" as a noun (sorry Ken :-)bwarsaw1999-05-052-5/+5
* .DeliverToOwner(): Always use the list admin address as envelopehmeland1999-05-041-16/+9
* GetConfigInfo(): increase max_message_size field to 5 charactersbwarsaw1999-05-031-1/+2
* Oops, VERSION should be 1.0rc1bwarsaw1999-05-021-1/+1
* import mm_cfgbwarsaw1999-05-021-1/+3
* Bump VERSION to 1.0rc1 (release candidate 1)bwarsaw1999-05-021-1/+1
* DELIVERED_BY_URL: commentbwarsaw1999-05-021-1/+2
* FormatListinfoOverview(): Factor out logo creation by usingbwarsaw1999-05-021-4/+1
* GetMailmanFooter(): Factor out logo creation by using MailmanLogo()bwarsaw1999-05-021-8/+2
* MailmanLogo(): New function to return Link object w/ Delivered bybwarsaw1999-05-021-0/+9
* GetMailmanFooter(): DELIVERED_BY_URL can be false. This will justbwarsaw1999-05-021-3/+7
* FormatListinfoOverview(): Include the mailman logo in the overviewbwarsaw1999-05-021-1/+5
* GetMailmanFooter(): New HTML to include the logo image w/ link tobwarsaw1999-05-021-4/+4
* Added new variable DELIVERED_BY_URL which points to the new logobwarsaw1999-05-021-1/+4
* Don't use getListName() from this module to get teh name of the listbwarsaw1999-05-021-6/+6
* Post(): For anonymous lists, set Reply-to: header to the list emailbwarsaw1999-05-011-0/+1