summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* _dopipeline(): When discarding a message, log its Message-ID: to logs/vettebwarsaw2002-01-211-1/+3
* getDeliveryStatusMembers(): Fixed docstring, given by Dan Mick.bwarsaw2002-01-181-2/+2
* VERP_REGEXP: Include a named group corresponding to the `bounces'bwarsaw2002-01-171-4/+4
* __verpbounce(): Add some robustness for broken MTAs. We know of atbwarsaw2002-01-171-4/+20
* Give Message class an __repr__() since apparently the pretty printerbwarsaw2002-01-171-0/+4
* Fixed a bug in delivery status disable/enable globally. Specifically,bwarsaw2002-01-171-17/+16
* NewVars(), CanonicalizeUserOptions(): Don't set the delivery_statusbwarsaw2002-01-161-1/+1
* copyright yearsbwarsaw2002-01-151-1/+1
* registerBounce(): Fix for bug when resetting bounce info due to stalebwarsaw2002-01-151-1/+6
* show_pending_subs(), show_pending_unsubs(): Sort lexigraphically thebwarsaw2002-01-121-0/+14
* HoldUnsubscription(): Fix typo. mlist.preferred_language ->bwarsaw2002-01-121-1/+1
* add_virtual(): Second argument is now optional. If omitted, then itbwarsaw2002-01-121-2/+11
* makealiases(): Apply patch by Jason Mastaler to fix SF bug #502419.bwarsaw2002-01-121-2/+2
* "import Cookie" instead of "from Cookie import SimpleCookie as Cookie"bwarsaw2002-01-111-12/+9
* send(): RFC 2822 requires the Date: header, and not all MTAs insertbwarsaw2002-01-111-1/+4
* Fix a race condition and a reference counting issue related to forcedbwarsaw2002-01-111-4/+9
* main(): Fixed two buglets. First in the "if sender:" block, thebwarsaw2002-01-081-2/+5
* do_discard(): Fix the calculation of the VARHELP url for thebwarsaw2002-01-081-2/+2
* maketext(): As a final fallback, if a template cannot be found in anybwarsaw2002-01-081-5/+12
* 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