| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | _dopipeline(): When discarding a message, log its Message-ID: to logs/vette | bwarsaw | 2002-01-21 | 1 | -1/+3 |
| * | getDeliveryStatusMembers(): Fixed docstring, given by Dan Mick. | bwarsaw | 2002-01-18 | 1 | -2/+2 |
| * | VERP_REGEXP: Include a named group corresponding to the `bounces' | bwarsaw | 2002-01-17 | 1 | -4/+4 |
| * | __verpbounce(): Add some robustness for broken MTAs. We know of at | bwarsaw | 2002-01-17 | 1 | -4/+20 |
| * | Give Message class an __repr__() since apparently the pretty printer | bwarsaw | 2002-01-17 | 1 | -0/+4 |
| * | Fixed a bug in delivery status disable/enable globally. Specifically, | bwarsaw | 2002-01-17 | 1 | -17/+16 |
| * | NewVars(), CanonicalizeUserOptions(): Don't set the delivery_status | bwarsaw | 2002-01-16 | 1 | -1/+1 |
| * | copyright years | bwarsaw | 2002-01-15 | 1 | -1/+1 |
| * | registerBounce(): Fix for bug when resetting bounce info due to stale | bwarsaw | 2002-01-15 | 1 | -1/+6 |
| * | show_pending_subs(), show_pending_unsubs(): Sort lexigraphically the | bwarsaw | 2002-01-12 | 1 | -0/+14 |
| * | HoldUnsubscription(): Fix typo. mlist.preferred_language -> | bwarsaw | 2002-01-12 | 1 | -1/+1 |
| * | add_virtual(): Second argument is now optional. If omitted, then it | bwarsaw | 2002-01-12 | 1 | -2/+11 |
| * | makealiases(): Apply patch by Jason Mastaler to fix SF bug #502419. | bwarsaw | 2002-01-12 | 1 | -2/+2 |
| * | "import Cookie" instead of "from Cookie import SimpleCookie as Cookie" | bwarsaw | 2002-01-11 | 1 | -12/+9 |
| * | send(): RFC 2822 requires the Date: header, and not all MTAs insert | bwarsaw | 2002-01-11 | 1 | -1/+4 |
| * | Fix a race condition and a reference counting issue related to forced | bwarsaw | 2002-01-11 | 1 | -4/+9 |
| * | main(): Fixed two buglets. First in the "if sender:" block, the | bwarsaw | 2002-01-08 | 1 | -2/+5 |
| * | do_discard(): Fix the calculation of the VARHELP url for the | bwarsaw | 2002-01-08 | 1 | -2/+2 |
| * | maketext(): As a final fallback, if a template cannot be found in any | bwarsaw | 2002-01-08 | 1 | -5/+12 |
| * | AuthContextInfo(): If ALLOW_SITE_ADMIN_COOKIES is true, and there is a | bwarsaw | 2002-01-06 | 1 | -7/+12 |
| * | ALLOW_SITE_ADMIN_COOKIES: New configuration variable which decides | bwarsaw | 2002-01-06 | 1 | -0/+8 |
| * | ParseMailCommands(): There were a couple of places where the | bwarsaw | 2002-01-06 | 1 | -0/+2 |
| * | get_global_password(): Factor this out of check_global_password | bwarsaw | 2002-01-06 | 1 | -3/+10 |
| * | hold_for_approval(): Add Content-Type: header with the proper charset | bwarsaw | 2002-01-06 | 1 | -3/+5 |
| * | AddMember(): Add MIME-Version: and Content-Type: headers to the | bwarsaw | 2002-01-06 | 1 | -0/+3 |
| * | HoldSubscription(), HoldUnsubscription(): Add MIME-Version: and | bwarsaw | 2002-01-06 | 1 | -0/+6 |
| * | GetConfigInfo(): Add configuration for ban_list. | bwarsaw | 2002-01-06 | 1 | -1/+11 |
| * | process_form(): Handle MembershipIsBanned exceptions. | bwarsaw | 2002-01-06 | 1 | -2/+6 |
| * | show_pending_subs(): Slight rewording of a label. Sorry translators! | bwarsaw | 2002-01-06 | 1 | -12/+34 |
| * | NewVars(): Add ban_list attribute if it's missing. | bwarsaw | 2002-01-06 | 1 | -1/+2 |
| * | VERSION: Bump to 2.1a4+ | bwarsaw | 2002-01-06 | 1 | -3/+3 |
| * | InitVars(): Add new attribute ban_list which contains a list of email | bwarsaw | 2002-01-06 | 1 | -0/+24 |
| * | ProcessSubscribeCmd(): Catch MembershipIsBanned exceptions when | bwarsaw | 2002-01-06 | 1 | -1/+7 |
| * | New error class MembershipIsBanned; used in support of the new banned | bwarsaw | 2002-01-06 | 1 | -1/+2 |
| * | InitVars(): We have to wrap each os.mkdir() in its own try/except so | bwarsaw | 2002-01-04 | 1 | -5/+8 |
| * | ChangeMemberName(): Fix typo found by Dan Mick. | bwarsaw | 2002-01-04 | 1 | -1/+1 |
| * | get_item_gui_value(): Filter out volatile attributes when using | bwarsaw | 2002-01-04 | 1 | -2/+3 |
| * | Fix a comment. | bwarsaw | 2002-01-03 | 1 | -2/+2 |
| * | main(): When short-circuiting the return (because there's no more | bwarsaw | 2002-01-03 | 1 | -9/+30 |
| * | HandleRequest(): Compare the returned status against DEFER explicitly | bwarsaw | 2002-01-03 | 1 | -2/+2 |
| * | DEFAULT_DEFAULT_MEMBER_MODERATION: Set default to 1 so new lists will, | bwarsaw | 2002-01-03 | 1 | -2/+2 |
| * | show_results(): Don't allow thru-the-web deletion of the site list. | bwarsaw | 2002-01-02 | 1 | -1/+3 |
| * | main(): Refactor calculation of QUERY_STRING values. | bwarsaw | 2002-01-02 | 1 | -12/+56 |
| * | process_form(): Make sure all the possible form item values are in the | bwarsaw | 2002-01-02 | 1 | -3/+4 |
| * | T.__init__(): Add comment by Marc MERLIN. | bwarsaw | 2002-01-02 | 1 | -1/+4 |
| * | Add a hack, based on Marc MERLIN's patch that provides /something/ for | bwarsaw | 2002-01-02 | 1 | -1/+15 |
| * | InitVars(): Change the order of some of the attribute assignments; | bwarsaw | 2002-01-02 | 1 | -3/+4 |
| * | Bump to 2.1a4 | bwarsaw | 2001-12-31 | 1 | -2/+2 |
| * | CanonicalizeUserOptions(): Use augmented assignments. | bwarsaw | 2001-12-31 | 1 | -1/+1 |
| * | CheckVersion(): Slight simplification. | bwarsaw | 2001-12-31 | 1 | -16/+15 |