summaryrefslogtreecommitdiff
path: root/Mailman (follow)
Commit message (Expand)AuthorAgeFilesLines
* AuthContextInfo(): If ALLOW_SITE_ADMIN_COOKIES is true, and there is abwarsaw2002-01-061-7/+12
* ALLOW_SITE_ADMIN_COOKIES: New configuration variable which decidesbwarsaw2002-01-061-0/+8
* ParseMailCommands(): There were a couple of places where thebwarsaw2002-01-061-0/+2
* get_global_password(): Factor this out of check_global_passwordbwarsaw2002-01-061-3/+10
* hold_for_approval(): Add Content-Type: header with the proper charsetbwarsaw2002-01-061-3/+5
* AddMember(): Add MIME-Version: and Content-Type: headers to thebwarsaw2002-01-061-0/+3
* HoldSubscription(), HoldUnsubscription(): Add MIME-Version: andbwarsaw2002-01-061-0/+6
* GetConfigInfo(): Add configuration for ban_list.bwarsaw2002-01-061-1/+11
* process_form(): Handle MembershipIsBanned exceptions.bwarsaw2002-01-061-2/+6
* show_pending_subs(): Slight rewording of a label. Sorry translators!bwarsaw2002-01-061-12/+34
* NewVars(): Add ban_list attribute if it's missing.bwarsaw2002-01-061-1/+2
* VERSION: Bump to 2.1a4+bwarsaw2002-01-061-3/+3
* InitVars(): Add new attribute ban_list which contains a list of emailbwarsaw2002-01-061-0/+24
* ProcessSubscribeCmd(): Catch MembershipIsBanned exceptions whenbwarsaw2002-01-061-1/+7
* New error class MembershipIsBanned; used in support of the new bannedbwarsaw2002-01-061-1/+2
* InitVars(): We have to wrap each os.mkdir() in its own try/except sobwarsaw2002-01-041-5/+8
* ChangeMemberName(): Fix typo found by Dan Mick.bwarsaw2002-01-041-1/+1
* get_item_gui_value(): Filter out volatile attributes when usingbwarsaw2002-01-041-2/+3
* Fix a comment.bwarsaw2002-01-031-2/+2
* main(): When short-circuiting the return (because there's no morebwarsaw2002-01-031-9/+30
* HandleRequest(): Compare the returned status against DEFER explicitlybwarsaw2002-01-031-2/+2
* DEFAULT_DEFAULT_MEMBER_MODERATION: Set default to 1 so new lists will,bwarsaw2002-01-031-2/+2
* show_results(): Don't allow thru-the-web deletion of the site list.bwarsaw2002-01-021-1/+3
* main(): Refactor calculation of QUERY_STRING values.bwarsaw2002-01-021-12/+56
* process_form(): Make sure all the possible form item values are in thebwarsaw2002-01-021-3/+4
* T.__init__(): Add comment by Marc MERLIN.bwarsaw2002-01-021-1/+4
* Add a hack, based on Marc MERLIN's patch that provides /something/ forbwarsaw2002-01-021-1/+15
* InitVars(): Change the order of some of the attribute assignments;bwarsaw2002-01-021-3/+4
* Bump to 2.1a4bwarsaw2001-12-311-2/+2
* CanonicalizeUserOptions(): Use augmented assignments.bwarsaw2001-12-311-1/+1
* CheckVersion(): Slight simplification.bwarsaw2001-12-311-16/+15
* __convert(): Another bow to Python 2.1; move the import ofbwarsaw2001-12-311-1/+1
* HandleForm(): Python 2.1 doesn't have nested scopes enabled bybwarsaw2001-12-311-1/+2
* removeMember(): Clear the bounce info before deleting the memberkeybwarsaw2001-12-291-2/+2
* main(): The last fix wasn't correct; it should have been fixed inbwarsaw2001-12-291-6/+1
* patterns: Python 2.2 is more strict about duplicate group names inbwarsaw2001-12-291-2/+2
* Massive rewrite, for which I'm too tired to detail (yeah, I'll regretbwarsaw2001-12-291-90/+370
* main(): Small bug fix for when the admin has checked the unsub box andbwarsaw2001-12-291-1/+6
* __handlepost(): Slight modification in the way the forwarded messagebwarsaw2001-12-291-2/+3
* Added ACCEPT and HOLD, a couple of useful constants for the redesignedbwarsaw2001-12-291-0/+2
* __doperiodic(): RegisterBounce() -> registerBounce()bwarsaw2001-12-271-4/+4
* __verpbounce(): RegisterBounce() -> registerBounce()bwarsaw2001-12-271-2/+2
* The long-awaited rewrite of the bounce processing system. We'vebwarsaw2001-12-271-21/+101
* Added support for the RE_ENABLE confirmation (i.e. thru-the-webbwarsaw2001-12-271-1/+115
* Make it easier for gui components to implement specializations of thebwarsaw2001-12-271-13/+16
* ScanMessages(): Call registerBounce() now to register a bounce. Webwarsaw2001-12-271-1/+1
* ZapOldVars(): Get rid of old bounce processing attributesbwarsaw2001-12-271-0/+16
* DATA_FILE_VERSION: Bump up a few notches to pick up the schemabwarsaw2001-12-271-1/+1
* Added RE_ENABLE key for thru-the-web re-enabling of disabledbwarsaw2001-12-271-0/+2
* ProcessConfirmation(): Add handling of Pending.RE_ENABLE to the bigbwarsaw2001-12-271-0/+5