| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | ApprovedAddMember(), ApprovedDeleteMember(): The admin notification | bwarsaw | 2002-03-14 | 1 | -2/+4 |
| * | _setValue(): We actually don't need to do the check on the | bwarsaw | 2002-03-14 | 1 | -7/+0 |
| * | DEFAULT_DEFAULT_MEMBER_MODERATION: Giving in to pressure, we'll turn | bwarsaw | 2002-03-14 | 1 | -1/+1 |
| * | main(): Removed bogus i18n markup around a `whence' argument to | bwarsaw | 2002-03-14 | 1 | -1/+1 |
| * | _dispose(): Add support for the `toconfirm' key, used by the new | bwarsaw | 2002-03-14 | 1 | -2/+12 |
| * | makealiases(): Add the -confirm address for VERP-ish confirmations. | bwarsaw | 2002-03-14 | 1 | -2/+2 |
| * | main(), subscription_prompt(), subscription_confirm(): The | bwarsaw | 2002-03-14 | 1 | -6/+12 |
| * | mass_subscribe(), change_options(): Added a "subscribe or invite" | bwarsaw | 2002-03-14 | 1 | -47/+66 |
| * | _load(), _save(): Now that we're saving instances in the pending | bwarsaw | 2002-03-14 | 1 | -10/+35 |
| * | GetConfirmEmail(): Returns a VERP-ish reply address for VERPd | bwarsaw | 2002-03-14 | 1 | -4/+49 |
| * | VERP_CONFIRM_FORMAT, VERP_CONFIRM_REGEXP, VERP_CONFIRMATIONS: New | bwarsaw | 2002-03-14 | 1 | -0/+16 |
| * | Dang, left some debugging syslog()'s in there. | bwarsaw | 2002-03-13 | 1 | -2/+0 |
| * | We can get rid of the old list cache, and the freshen machinery. Now | bwarsaw | 2002-03-13 | 3 | -30/+11 |
| * | A fix for a subtle bug in lock file management. If a process opened | bwarsaw | 2002-03-13 | 1 | -5/+15 |
| * | change_options(): Filter out empty lines before we try to subscribe | bwarsaw | 2002-03-12 | 1 | -2/+2 |
| * | request_creation(): Present a "should we moderate" field on list | bwarsaw | 2002-03-12 | 1 | -0/+24 |
| * | hold_for_approval(): We don't need to remove the charset (in the outer | bwarsaw | 2002-03-12 | 1 | -2/+0 |
| * | Dan Mick's patch (with mods ;) for disabling list owner notification | bwarsaw | 2002-03-12 | 1 | -0/+27 |
| * | Dan Mick's patch (with mods ;) for disabling list owner notification | bwarsaw | 2002-03-12 | 1 | -0/+6 |
| * | Dan Mick's patch (with mods ;) for disabling list owner notification | bwarsaw | 2002-03-12 | 1 | -1/+1 |
| * | UserNotification.__init__(): If no text argument is given, don't set | bwarsaw | 2002-03-12 | 1 | -4/+2 |
| * | Dan Mick's patch (with mods ;) for disabling list owner notification | bwarsaw | 2002-03-12 | 1 | -0/+7 |
| * | Dan Mick's patch (with mods ;) for disabling list owner notification | bwarsaw | 2002-03-12 | 1 | -3/+10 |
| * | subscription_confirm(): Dan Mick noticed that we didn't completely | bwarsaw | 2002-03-12 | 1 | -17/+1 |
| * | change_options(): Use splitlines() to find the addresses | bwarsaw | 2002-03-12 | 1 | -5/+2 |
| * | process(): Don't decorate messages sent to the -owner address. | bwarsaw | 2002-03-12 | 1 | -0/+3 |
| * | process(): Now that Decorate.py is called directly from SMTPDirect.py | bwarsaw | 2002-03-12 | 1 | -2/+2 |
| * | __init__(): Remove cachelists from the constructor arguments. We can | bwarsaw | 2002-03-12 | 3 | -4/+7 |
| * | process(): We don't need to do a ValidateEmail() on the | bwarsaw | 2002-03-12 | 1 | -6/+1 |
| * | DEFAULT_FIRST_STRIP_REPLY_TO: Default this to 0 so by default we don't | bwarsaw | 2002-03-11 | 1 | -4/+4 |
| * | GetConfigInfo(): Change the description for first_strip_reply_to to | bwarsaw | 2002-03-11 | 1 | -5/+13 |
| * | process(): Catch any exception coming out of the deliveryfunc() and | bwarsaw | 2002-03-11 | 1 | -1/+9 |
| * | DEFAULT_NEW_MEMBER_OPTIONS: Add a note that the member's initial | bwarsaw | 2002-03-11 | 1 | -1/+3 |
| * | UpdateOldVars(): When converting from a MM2.0.x era list, if we find | bwarsaw | 2002-03-11 | 1 | -2/+6 |
| * | process(): Apply Ben Gertzfield's patch which always adds the header | bwarsaw | 2002-03-11 | 1 | -2/+8 |
| * | whichq(): New method which returns the queue directory. | bwarsaw | 2002-03-11 | 1 | -0/+3 |
| * | __oneloop(): Stick the queue directory in the message metadata so that | bwarsaw | 2002-03-11 | 1 | -0/+2 |
| * | process(): A slight improvement for robustness. Now we assign the | bwarsaw | 2002-03-11 | 1 | -1/+14 |
| * | hold_for_approval(): When crafting the notification message destined | bwarsaw | 2002-03-11 | 1 | -0/+2 |
| * | main(): Fix the warnings for "one last digest", "must digest", and | bwarsaw | 2002-03-10 | 1 | -3/+10 |
| * | CanonicalizeUserOptions(): Two changes. First, when migrating | bwarsaw | 2002-03-09 | 1 | -0/+9 |
| * | ScanMessages(): Provide the name of the module being processed in the | bwarsaw | 2002-03-09 | 1 | -1/+6 |
| * | process(): Fixed the calculation of whether to VERP or not. | bwarsaw | 2002-03-09 | 1 | -9/+15 |
| * | A substantial rewrite to support deferring the final stitching of the | bwarsaw | 2002-03-09 | 1 | -107/+120 |
| * | We're removing the entire Personalize.py module. It's no longer need | bwarsaw | 2002-03-09 | 1 | -65/+0 |
| * | process(): Largely unchanged since this still does the job of | bwarsaw | 2002-03-09 | 1 | -1/+1 |
| * | process(): To support VERP+personalizing in SMTPDirect.py, we no | bwarsaw | 2002-03-09 | 1 | -7/+1 |
| * | Two changes | bwarsaw | 2002-03-09 | 1 | -2/+7 |
| * | process(): Application of Jason Mastaler's patch #509386 which loosens | bwarsaw | 2002-03-07 | 1 | -9/+10 |
| * | get_senders(): Application of Jason Mastaler's patch #509386 which | bwarsaw | 2002-03-07 | 1 | -0/+43 |