summaryrefslogtreecommitdiff
path: root/Mailman/pythonlib/cgi.py (unfollow)
Commit message (Expand)AuthorFilesLines
1999-07-05Added a quick discussion of the "owner-alias" sendmail feature/problemhmeland1-0/+14
1999-07-05.Post(): Try working around the "owner-alias" sendmail feature byhmeland1-1/+7
1999-07-03GetUserOption(), SetUserOption(): The invariant is that the keys forbwarsaw1-0/+2
1999-07-03Update(): Call CanonicalizeUserOptions()bwarsaw1-0/+15
1999-07-03VERSION: to 1.0rc2+ (soon to be rc3?)bwarsaw1-2/+2
1999-07-03Catch MMBadEmailError and print a sensible message (PR#59)bwarsaw1-3/+8
1999-07-03Use autoconf results for true (PR#65)bwarsaw1-1/+2
1999-07-03Added autoconf test for true (PR#65)bwarsaw2-106/+91
1999-07-02Don't check for VPRINTF since we don't use it anywhere in the C code.bwarsaw2-72/+23
1999-07-02fatal(): Use vsnprintf() to avoid potential buffer overflowbwarsaw1-2/+4
1999-07-01MailList.Save(): Rewrite to be more robust in maintaining a validbwarsaw1-13/+28
1999-07-01DumbBTree.clear(): New method to short-circuit clearing the btree.bwarsaw1-3/+8
1999-07-01Fixed typo in SendMailToNewsGroup().hmeland1-1/+1
1999-07-01ProcessConfirmCmd(): Confirmation of an subscription for an addresshmeland1-1/+4
1999-07-01Fixed a minor grammar error.hmeland1-1/+1
1999-07-01Archiver.ArchiveMail(): As this method always is called with onehmeland1-1/+5
1999-07-01DeliverToUser(): I believe the forking done in here is no longerhmeland1-20/+34
1999-07-01processQueue(): Catch and log problems with corrupt/inaccessible queuehmeland1-4/+26
1999-07-01IncomingMessage.GetSender(): Don't assume addresses taken from headershmeland1-4/+8
1999-07-01The "password" mail command can now also be used for having one'shmeland1-2/+14
1999-07-01Fixed problem with MIME bounces not containing any MIME boundaries athmeland1-1/+6
1999-07-01Use "mailman-<version>" instead of "<mailman-src-dir>" when referringhmeland1-5/+8
1999-07-01Added a section named "How secure are the authentication mechanismshmeland1-0/+44
1999-06-15re.match() was being used when we wanted re.search() for findinghmeland1-2/+2
1999-06-14Bumping revnum to 1.0rc2bwarsaw3-4/+7
1999-06-14don't be so graphic :)bwarsaw1-1/+1
1999-06-13My annotation, v1 :)hmeland2-1/+19
1999-06-13TrySMTPDelivery(): Be smarter about handling the various exceptionshmeland1-3/+45
1999-06-13SecurityManager:hmeland4-166/+171
1999-06-13Undo, previous checkin was a mistake (I'm still only beginning tohmeland1-11/+8
1999-06-13Create(): Do ValidateEmail(admin) before trying to actually createhmeland2-10/+13
1999-06-13AddToResponse(): Added new optional arg `prefix'. Changed truncationhmeland1-87/+95
1999-06-13Created MMAuthenticationError exception class hierarchy, into whichhmeland1-2/+9
1999-06-13Fixed ordering of MIME boundaries.hmeland1-4/+5
1999-06-13Some more TODOs -- nothing critical.hmeland1-2/+5
1999-06-13Use new MailList.ApprovedAddMembers() to speed up addition.hmeland1-25/+21
1999-06-13Postfix's alias builder is commonly called `postalias', not `mkalias'.hmeland1-2/+2
1999-06-11More changes to make syslog() work on OSes where it isn't part of thehmeland3-65/+64
1999-06-11Changes to fix the CGI cookie security flaw reported by John Morton.hmeland4-14/+38
1999-06-10humorbwarsaw1-1/+7
1999-06-10In docstring, use %% to escape the percent sign.bwarsaw1-1/+1
1999-06-10main(): MMBadPassword => MMBadPasswordErrorbwarsaw1-1/+1
1999-06-09Patch by Per Cederqvist:guido1-3/+6
1999-06-04update_dirty_archives(): Set umask to 002 when creating gzipped texthmeland1-1/+5
1999-06-04New class: QuotedContainer(Container). It's Format() method returnshmeland1-1/+11
1999-06-04ParseMailCommands(): In the case that the maximum number of commandhmeland1-2/+2
1999-06-04Changes to speed up mass subscription via the web:hmeland3-67/+143
1999-06-02dolist(): Do l.Unlock() before returning, to avoid the list's openhmeland1-0/+2
1999-05-23Stole GNU sh-utils-1.16 configure.in code to check for syslog()hmeland4-66/+70
1999-05-22FormatListinfoOverview(): The CGI/1.1 spec defines the SERVER_NAMEhmeland1-1/+2