summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* Extensive cleanup and performance improvements. Most signficant changes are:jhylton2000-09-222-86/+101
* misc cleanupjhylton2000-09-221-29/+18
* Fix index generation bug that oocasionally prevented messages fromjhylton2000-09-222-160/+202
* apply patch #100867-- add robot meta tags to cause more intelligentjhylton2000-09-221-0/+3
* replace null bytes in message body with spacesjhylton2000-09-221-2/+4
* Article._get_body(): Python 1.5.2's int() takes only one argument.bwarsaw2000-09-221-1/+1
* decode quoted-printable message bodiesjhylton2000-09-221-4/+38
* default should not be verbosejhylton2000-09-221-1/+1
* Bump to 2.0beta6bwarsaw2000-09-221-2/+2
* Several changes in support of David Champion's SF patch #101331.bwarsaw2000-09-221-8/+13
* Several changes in support of David Champion's SF patch #101331.bwarsaw2000-09-221-2/+1
* do_child(): Use a slightly different algorithm for munging thebwarsaw2000-09-221-5/+26
* HyperArchive.__init__(): charset attribute needs to be initialized tobwarsaw2000-09-221-2/+3
* Coding style changes. De-Python-2.0-ification.bwarsaw2000-09-221-34/+58
* Numerous changes to support message bodies and headers that use ajhylton2000-09-222-196/+319
* Decode encoded-words as defined by RFC 2047jhylton2000-09-221-0/+147
* pipermail:jhylton2000-09-212-114/+39
* oops! time machine problemjhylton2000-09-211-1/+1
* Fix Article class in HyperArch. It is a subclass of pipermail.Article,jhylton2000-09-212-107/+57
* massive reformatting and refactoringjhylton2000-09-212-335/+401
* process(): To finally break -admin autoreply loops, we need to add thebwarsaw2000-09-211-2/+3
* Three new bounce detectors:bwarsaw2000-09-214-0/+179
* Archiver.InitVars(): Ted Cabeen's SF patch #100554 to allowbwarsaw2000-09-201-1/+1
* Ted Cabeen's SF patch #100554 to allow mlist.archive to be set frombwarsaw2000-09-201-1/+5
* AppendMessage(): Patch to quote From_ lines in the body of a messagebwarsaw2000-09-201-2/+7
* process(): Implementation of RFC 2369, inspired by zedboy's (Darrellbwarsaw2000-09-201-26/+41
* GetListIdentifier(): Removed as obsolete (List-Id: is not part of thebwarsaw2000-09-201-7/+0
* GatewayManager.InitVars(): Accepted SF patch #101333, David Champion'sbwarsaw2000-09-191-1/+1
* Accepted SF patch #101333, David Champion's patch to set the defaultbwarsaw2000-09-191-0/+3
* Article.__init__(): Chris Snell's patch for obscuring email addressesbwarsaw2000-09-191-0/+6
* Article.__init__(): Chris Snell's patch for obscuring email addressesbwarsaw2000-09-191-0/+2
* main(): syslog() call had unnecessary trailing \n. Closes SF patchbwarsaw2000-09-191-1/+1
* FormatConfiguration(): Added Dan Mick suggestion for a link to thebwarsaw2000-09-191-4/+5
* SendSubscribeAck(): Since the notification message contains passwords,bwarsaw2000-09-191-0/+1
* do_child(): Unconditionally munge the Message-ID: header to somethingbwarsaw2000-09-191-3/+3
* Removed debugging cruft.bwarsaw2000-09-181-1/+0
* DeliverToUser(): Since most calls to this function are on internallybwarsaw2000-09-181-0/+1
* process(): Do not send autoreplies to messages that have 'noack' setbwarsaw2000-09-181-1/+2
* maketext(): Default dict argument to None, which means empty list.bwarsaw2000-09-171-1/+3
* GetConfigInfo(): Use Utils.maketest() to get the extra html forbwarsaw2000-09-171-2/+2
* GetConfigInfo(): Use Utils.maketest() to get the extra html forbwarsaw2000-09-171-5/+6
* MESSAGE_DECORATION_NOTE: Removed. Text has been moved tobwarsaw2000-09-171-23/+0
* Do not set the List-Id: header if the msgdata contains the volatilebwarsaw2000-09-151-1/+1
* Upgrade to Python 2.0b1's cgi.py. We'll have to track changes to thisbwarsaw2000-09-151-447/+73
* ChangeOptions(): A previous change retained empty fields by passingbwarsaw2000-09-151-17/+18
* PrintRequests(): Now that all footers contain links to the adminbwarsaw2000-09-151-7/+1
* loginpage(): Use full-on red for errors.bwarsaw2000-09-151-2/+5
* GetListIdentifier(): Don't include the description if it's emptybwarsaw2000-09-151-2/+4
* main(): When creating the cgi.FieldStorage instance, we need to setbwarsaw2000-09-151-1/+1
* inject_digest(): Only send a mime digest if there actually are mimebwarsaw2000-09-151-7/+10