summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* membership_options(): We need to prep the user's full name into a charsetbwarsaw2002-09-171-3/+4
* canonstr(): New helper function which will take a string from a webbwarsaw2002-09-171-0/+58
* getMemberName(), addNewMember(), setMemberName(): Update the commentsbwarsaw2002-09-171-6/+10
* ParseTags(): Python will barf when trying to string-join a sequence ifbwarsaw2002-09-171-1/+8
* show_post_requests(): The default rejection notice wasn't gettingbwarsaw2002-09-131-3/+2
* _UpdateRecords(): Fixed typo, mlist -> self. Closes SF bug #605263 bybwarsaw2002-09-131-1/+1
* GetDirectories(): Remove. We were only using this to get the list ofbwarsaw2002-09-131-5/+0
* GetConfigInfo(): Using GetDirectories() makes Mailman vulnerable tobwarsaw2002-09-131-1/+1
* request_creation(): Using GetDirectories() makes Mailman vulnerable tobwarsaw2002-09-131-1/+1
* subscription_prompt(): The moderator only approves requests whenbwarsaw2002-09-131-1/+3
* change_options(): Handle the problem of when an invited user isbwarsaw2002-09-131-1/+4
* Global.__nonzero__(): Fixed typo, missing return. Closes SF bugbwarsaw2002-09-111-1/+1
* __init__(): Don't try to run the extend() function from extend.py ifbwarsaw2002-09-051-1/+3
* main(): Cute hack by Donn Cave to optimize the option settings when nobwarsaw2002-09-051-2/+5
* KEEP: In digests, keep Reply-To header also.bwarsaw2002-09-051-1/+1
* listinfo_overview(): Actually, use wording similar to admin.pybwarsaw2002-08-291-2/+2
* listinfo_overview(): Fixed typo reported by Greg Ward.bwarsaw2002-08-291-1/+1
* Authenticate(): Checking in a change discussed a while ago onbwarsaw2002-08-291-8/+6
* Some fixes for problems identified by Peer Heinlein. It is possiblebwarsaw2002-08-291-4/+7
* processUnixMailbox(): We don't need to catch MessageParseError sincebwarsaw2002-08-291-9/+5
* Some fixes for problems identified by Peer Heinlein. It is possiblebwarsaw2002-08-291-3/+13
* GetConfigInfo(): Rearrange some options to reduce confusion. Thebwarsaw2002-08-272-10/+20
* as_html(): Patch #546362 by Nicholas Russo to include the Subject: andbwarsaw2002-08-231-0/+2
* ProcessConfirmation(): Fixed SF bug #596456, similar problem tobwarsaw2002-08-231-2/+2
* Patch set for SF bug #596565. Use symbolic user/group names insteadbwarsaw2002-08-231-8/+12
* Patch set for SF bug #596565. Use symbolic user/group names insteadbwarsaw2002-08-231-2/+2
* GLOBAL_PIPELINE: Reordering the modules so that Hold comes beforebwarsaw2002-08-231-1/+1
* heldmsg_prompt(): Must unpack the data before trying to use the senderbwarsaw2002-08-231-2/+3
* GetConfigInfo(): Fixed links to RFC 2369 as reported by PieterB in SFbwarsaw2002-08-221-2/+2
* subscription_prompt(): Some u/i changes suggested by PieterB in SF bugbwarsaw2002-08-221-8/+11
* processUnixMailbox(): When an uncaught exception occurs duringbwarsaw2002-08-221-0/+6
* process(): Fix for SF bug #598844 reported by Patrick Finnerty wherebwarsaw2002-08-221-1/+4
* Typo discovered by Dale Newfield.bwarsaw2002-08-201-2/+2
* Whitespace normalizationbwarsaw2002-08-201-5/+4
* typobwarsaw2002-08-201-1/+1
* set_show(): Added some missing markup, according to SF bug #553385 bybwarsaw2002-08-171-3/+3
* GetConfigInfo(): Fix typo described in SF bug #553385 found by Danielbwarsaw2002-08-171-1/+1
* prepare_message(): In Python 2.2 and beyond,bwarsaw2002-08-161-1/+2
* heldmsg_prompt(): Watch out for situations when the list administratorbwarsaw2002-08-161-7/+16
* Fix typo in last checkin. Thanks Ousmane!bwarsaw2002-08-161-1/+1
* __sendAdminBounceNotice(): Applied Simone Piunno's patch to fix thebwarsaw2002-08-161-1/+2
* registerBounce(): The last patch wasn't quite right, so backing outbwarsaw2002-08-151-6/+4
* Fix a nasty bug that could cause disabled members to be deleted frombwarsaw2002-08-151-3/+6
* process(): Make sure the help.txt template comes from the currentlybwarsaw2002-08-151-1/+1
* Add `sv' language code for Swedish.bwarsaw2002-08-151-0/+1
* membership_options(): Searching for a member should match against thebwarsaw2002-08-151-3/+6
* save_attachment(): Strip leading dots off the filename.bwarsaw2002-08-151-0/+4
* process(): Dan Mick points out we probably shouldn't add separators ifbwarsaw2002-08-151-2/+2
* process(): Might as well add a link to the member's preferences page.bwarsaw2002-08-151-1/+2
* process(): If we're adding the header and footer by stringbwarsaw2002-08-151-1/+7