summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* write(): No longer necessary; Python 2.0's extended print syntax isbwarsaw2000-12-071-20/+0
* Bumping to 2.0 final.bwarsaw2000-11-211-3/+3
* Bumping to rc3bwarsaw2000-11-161-2/+2
* ScriptURL(): Hopefully fixes the last place that not havingbwarsaw2000-11-161-1/+5
* process(): "Fix" the Reply-To: header munging algorithm. If mungingbwarsaw2000-11-161-5/+10
* GetConfigInfo(): Update the details for both the reply_goes_to_listbwarsaw2000-11-161-17/+29
* Better description of DEFAULT_REPLY_GOES_TO_LISTbwarsaw2000-11-161-1/+9
* CheckVersion(): Do not call versions.Update, and do not set thebwarsaw2000-11-141-3/+4
* __init__(): Fix for case where Content-Transfer-Encoding header isbwarsaw2000-11-131-2/+2
* __init__(): The values of Content-Type and Content-Transfer-Encodingbwarsaw2000-11-101-3/+6
* Bumping to rc2bwarsaw2000-11-101-2/+2
* Added a Useful Comment.bwarsaw2000-11-101-1/+2
* get_archives(): Removed the line which specifically eliminatesbwarsaw2000-11-101-1/+0
* _rx_quote: Change the regexp so that it only matches legitimatebwarsaw2000-11-091-1/+1
* process_form(): Don't pass the `user' argument to PrintResults whenbwarsaw2000-11-091-2/+1
* DEFAULT_AUTOMATIC_BOUNCE_ACTION: John A. Martin noticed that thebwarsaw2000-11-091-3/+3
* PUBLIC_ARCHIVE_FILE_DIR, PRIVATE_ARCHIVE_FILE_DIR: slightly morebwarsaw2000-11-091-2/+2
* __handlepost(): When reconstituting the message from the requestbwarsaw2000-11-081-0/+6
* connect(): Wrap the sock.connect() in a try/except so that if thebwarsaw2000-10-311-1/+5
* GetConfigInfo(): In the reply_goes_to_list details, add a link tobwarsaw2000-10-271-1/+3
* HyperArchive.html_TOC(): Dan Mick recognized an indentation bug whichbwarsaw2000-10-271-1/+1
* process(): Patch by Fil to force listinfo urls to be absolute.bwarsaw2000-10-271-1/+1
* Bump versions to 2.0 release candidate 1.bwarsaw2000-10-231-3/+3
* Comment out a couple of print statements which can cause annoying cronbwarsaw2000-10-201-2/+2
* SF Patch #101846 by Sean Reifschneider (modified by bwarsaw) to addbwarsaw2000-10-201-0/+5
* lock(): Added a comment that the __touch() right after the initialbwarsaw2000-10-121-0/+4
* __handlepost(): If the message has been approved, and is beingbwarsaw2000-10-101-2/+10
* process(): Wrap, in the RFC 822 style, the List-*: headers if they'rebwarsaw2000-10-061-0/+6
* process(): Don't try to restore the date if it is None, otherwise webwarsaw2000-10-061-1/+2
* HasExplicitDest(): It is possible that the address part of the tuplebwarsaw2000-10-061-0/+5
* quotemime(): Gross hack to ensure that the results returned are abwarsaw2000-10-061-1/+2
* process(): Honor "X-No-Archive: yes", which means don't add thebwarsaw2000-10-051-2/+4
* HandleBouncingAddress(): Be more robust about getting the messagebwarsaw2000-10-051-3/+13
* Article.__init__(): Because I don't know why Pipermail uses modifiedbwarsaw2000-10-031-2/+11
* article_text_template: Get rid of this, we're going to do thingsbwarsaw2000-10-031-15/+18
* Added a hack to access the raw full archive when archives arebwarsaw2000-10-021-12/+24
* Fixes to the Pipermail TOC page, and to the monthly (or whateverbwarsaw2000-10-021-18/+30
* Since we now require Python 1.5.2 and that version has getpass in it'sbwarsaw2000-10-021-107/+0
* cosmeticbwarsaw2000-10-021-7/+8
* Moved SITE_PW_FILE here from SecurityManager.pybwarsaw2000-10-021-0/+2
* SetSiteAdminPassword(), CheckSiteAdminPassword(): These are betterbwarsaw2000-10-022-20/+18
* two changes to charset handling issues: check for charset injhylton2000-10-022-15/+45
* Fixes for a minor local security hole. Some of the CGI scripts couldbwarsaw2000-09-299-127/+62
* GetPathPieces(): Make this more efficient by using filter(), andbwarsaw2000-09-281-9/+7
* AppendMessage(): Since we can't portably test the numeric/symbolicbwarsaw2000-09-271-2/+3
* process(): Darrell Fuhriman notes that the List-Archive: header'sbwarsaw2000-09-251-2/+3
* process(): Typo in Reply-To: munging section's logic crept into thebwarsaw2000-09-251-1/+1
* Mailbox._fromlinepattern: optimizations by Tim Peters.bwarsaw2000-09-241-1/+4
* Mailbox._isrealfromline(): Integrate optimization from proposed Pythonbwarsaw2000-09-241-0/+6
* Fold the UnixMailbox optimization into Mailman.Mailbox.Mailbox class,bwarsaw2000-09-241-6/+3