| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove a useless comment. | bwarsaw | 2002-10-15 | 1 | -1/+0 |
| * | ApprovedDeleteMember(): Use the new OwnerNotification class to send | bwarsaw | 2002-10-15 | 1 | -3/+4 |
| * | When content filtering, we may not always want to just discard the | bwarsaw | 2002-10-07 | 1 | -0/+1 |
| * | Create(): Test the list name to make sure that it will yeild a valid | bwarsaw | 2002-10-06 | 1 | -0/+10 |
| * | __init__(): Don't try to run the extend() function from extend.py if | bwarsaw | 2002-09-05 | 1 | -1/+3 |
| * | ProcessConfirmation(): Fixed SF bug #596456, similar problem to | bwarsaw | 2002-08-23 | 1 | -2/+2 |
| * | InitVars(): Added pass_mime_types. | bwarsaw | 2002-08-15 | 1 | -9/+10 |
| * | InitVars(): Set the new config variable encode_ascii_prefixes which | bwarsaw | 2002-08-09 | 1 | -0/+6 |
| * | ApprovedChangeMemberAddress(): Watch out for situations where the new | bwarsaw | 2002-07-11 | 1 | -1/+6 |
| * | autorespondToSender(): Implement MAX_AUTORESPONSES_PER_DAY = 0 means | bwarsaw | 2002-07-09 | 1 | -0/+3 |
| * | InviteNewMember(): Prepend any text given in the mass subscribe page | bwarsaw | 2002-05-28 | 1 | -5/+13 |
| * | InitVars(): Add a new attribute hold_and_cmd_autoresponses which is a | bwarsaw | 2002-05-28 | 1 | -0/+46 |
| * | Load(): The order of CheckVersion()/CheckValues() call needed to be | bwarsaw | 2002-05-07 | 1 | -1/+1 |
| * | MailList: Remove MailCommandHandler from the list of base classes; | bwarsaw | 2002-05-02 | 1 | -6/+4 |
| * | ProcessConfirmation(): When checking the subscribe_policy, be sure to | bwarsaw | 2002-04-19 | 1 | -1/+4 |
| * | InitVars(): Added include_list_post_header which controls whether | bwarsaw | 2002-04-19 | 1 | -0/+1 |
| * | CheckValues(): Watch for bad patterns in topics and discard them if | bwarsaw | 2002-04-18 | 1 | -1/+11 |
| * | Port of Les Niles' patch to do de-mime. Specifically, | bwarsaw | 2002-04-14 | 1 | -0/+4 |
| * | CheckValues(): It's possible that some how the following bogus | bwarsaw | 2002-04-11 | 1 | -0/+11 |
| * | ApprovedAddMember(): dump_address_pair() -> formataddr(). | bwarsaw | 2002-04-11 | 1 | -2/+2 |
| * | CheckVersion(): We have to force a reload of the database even if our | bwarsaw | 2002-04-09 | 1 | -1/+3 |
| * | __load(): Big dummy, os.path.getmtime() can raise an OSError if the | bwarsaw | 2002-04-05 | 1 | -5/+12 |
| * | Make it much cheaper to call Load(), especially when the state hasn't | bwarsaw | 2002-04-01 | 1 | -5/+20 |
| * | GetAdminEmail() eradication campaign. | bwarsaw | 2002-03-26 | 1 | -6/+5 |
| * | InitVars(): Add the `emergency' attribute for putting the brakes on | bwarsaw | 2002-03-15 | 1 | -0/+2 |
| * | ApprovedAddMember(), ApprovedDeleteMember(): The admin notification | bwarsaw | 2002-03-14 | 1 | -2/+4 |
| * | GetConfirmEmail(): Returns a VERP-ish reply address for VERPd | bwarsaw | 2002-03-14 | 1 | -4/+49 |
| * | Patches to help localize where file system layout decisions are made. | bwarsaw | 2002-03-05 | 1 | -9/+5 |
| * | Patches to support duplicate suppression for explicit recipients, | bwarsaw | 2002-03-05 | 1 | -2/+3 |
| * | __del__(): Remove this because it prevents the garbage collector from | bwarsaw | 2002-03-01 | 1 | -7/+0 |
| * | AddMember(), ConfirmUnsubscription(): We have to handle the confirm | bwarsaw | 2002-03-01 | 1 | -4/+8 |
| * | ChangeMemberAddress(): Pass the member's language into the | bwarsaw | 2002-02-28 | 1 | -4/+14 |
| * | AddMember(), ApprovedAddMember(), ApprovedDeleteMember(): When | bwarsaw | 2002-02-11 | 1 | -6/+3 |
| * | InitVars(): Add new list attributes: member_moderation_action and | bwarsaw | 2002-01-21 | 1 | -0/+5 |
| * | AddMember(): Add MIME-Version: and Content-Type: headers to the | bwarsaw | 2002-01-06 | 1 | -0/+3 |
| * | InitVars(): Add new attribute ban_list which contains a list of email | bwarsaw | 2002-01-06 | 1 | -0/+24 |
| * | ChangeMemberName(): Fix typo found by Dan Mick. | bwarsaw | 2002-01-04 | 1 | -1/+1 |
| * | InitVars(): Change the order of some of the attribute assignments; | bwarsaw | 2002-01-02 | 1 | -3/+4 |
| * | CheckVersion(): Slight simplification. | bwarsaw | 2001-12-31 | 1 | -16/+15 |
| * | ProcessConfirmation(): Add handling of Pending.RE_ENABLE to the big | bwarsaw | 2001-12-27 | 1 | -0/+5 |
| * | getListAddress(): Basic method for calculating a sub-address of the | bwarsaw | 2001-11-20 | 1 | -10/+16 |
| * | InitVars(): Add a hidden config variable `created_at' which | bwarsaw | 2001-10-27 | 1 | -0/+5 |
| * | CheckVersion(): Can't lock an already locked list! | bwarsaw | 2001-10-22 | 1 | -1/+2 |
| * | CheckVersion(): The list must be locked in order to auto-update the | bwarsaw | 2001-10-22 | 1 | -10/+17 |
| * | InitVars(): New MailList attributes: | bwarsaw | 2001-10-21 | 1 | -8/+17 |
| * | InitVars(): New list attribute first_strip_reply_to. | bwarsaw | 2001-10-20 | 1 | -0/+1 |
| * | InitVars(): Remove the initializations for the obsolete list | bwarsaw | 2001-10-15 | 1 | -17/+71 |
| * | AddMember(): When raising MMAlreadyAMember, include the email address | bwarsaw | 2001-10-12 | 1 | -1/+1 |
| * | HasExplicitDest(), hasMatchingHeader(): Pass a failobj of [] to the | bwarsaw | 2001-10-09 | 1 | -2/+2 |
| * | Switch to using binary cpickles as the config file data format. | bwarsaw | 2001-10-04 | 1 | -47/+70 |