| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Bump cvs revision number to 2.0 | bwarsaw | 2002-03-14 | 0 | -0/+0 |
| * | A new template for the invitation emails. | bwarsaw | 2002-03-14 | 1 | -0/+20 |
| * | VALID_COMMANDS: Added `confirm' | bwarsaw | 2002-03-14 | 1 | -0/+1 |
| * | A new confirm script for the -confirm address. | bwarsaw | 2002-03-14 | 2 | -1/+63 |
| * | _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 |
| * | Integrating additions and changes contributed by Stefan Divjak (std at std do... | jensv | 2002-03-13 | 3 | -58/+146 |
| * | just a few words of direction | mss | 2002-03-13 | 1 | -0/+13 |
| * | Catalogs updated! | wilane | 2002-03-13 | 2 | -218/+148 |
| * | Added lockfile test. | bwarsaw | 2002-03-13 | 1 | -2/+2 |
| * | A unit test for LockFile. Fairly dumb, but it makes sure the recently | bwarsaw | 2002-03-13 | 1 | -0/+45 |
| * | A functional test, throwing messages at Mailman as fast as you can | bwarsaw | 2002-03-13 | 1 | -0/+60 |
| * | 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 |
| * | Latest updates to the catalogs. | bwarsaw | 2002-03-12 | 19 | -10136/+13257 |
| * | update to the latest state | mss | 2002-03-12 | 1 | -237/+221 |
| * | minor fix | mss | 2002-03-12 | 1 | -2/+2 |
| * | better extract the status information | mss | 2002-03-12 | 1 | -1/+1 |
| * | commited the current status file | mss | 2002-03-12 | 1 | -7/+7 |
| * | 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 |
| * | Bump email package version number to 1.2 | bwarsaw | 2002-03-12 | 3 | -1/+1 |
| * | 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 |
| * | do_output(): The return type from GetConfigSubCategories() is a | bwarsaw | 2002-03-11 | 1 | -1/+1 |
| * | process(): Apply Ben Gertzfield's patch which always adds the header | bwarsaw | 2002-03-11 | 1 | -2/+8 |
| * | Add the bin/unshunt script which (safely) moves messages from | bwarsaw | 2002-03-11 | 4 | -4/+83 |
| * | whichq(): New method which returns the queue directory. | bwarsaw | 2002-03-11 | 1 | -0/+3 |