| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix usage to remove the mention of the magical 4th argument. | twouters | 2001-03-02 | 1 | -6/+3 |
| * | Get rid of the HandlerAPI and Crypt stuff, use sha as the default hash | bwarsaw | 2001-02-15 | 1 | -14/+12 |
| * | main(): Call maketext() with the list's preferred language. | bwarsaw | 2000-12-26 | 1 | -1/+1 |
| * | Start of support for i18n; marking of translatable strings. | bwarsaw | 2000-12-07 | 1 | -29/+28 |
| * | main(): Fixed argument parsing bugs. Also, removed the argv[5] hack | bwarsaw | 2000-11-15 | 1 | -24/+34 |
| * | Added -o flag to append /etc/aliases suggestions to the given file. | bwarsaw | 2000-11-10 | 1 | -10/+24 |
| * | Add -h/--help option and standard option parsing. | bwarsaw | 2000-11-08 | 1 | -8/+25 |
| * | SF Patch #101846 by Sean Reifschneider (modified by bwarsaw) to add | bwarsaw | 2000-10-20 | 1 | -1/+24 |
| * | Since we now require Python 1.5.2 and that version has getpass in it's | bwarsaw | 2000-10-02 | 1 | -1/+1 |
| * | main(): Reject empty passwords; list admin passwords must be | bwarsaw | 2000-09-19 | 1 | -0/+4 |
| * | main(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1) | bwarsaw | 2000-08-01 | 1 | -2/+2 |
| * | main(): Use Utils.list_exists() to test for list existance. | bwarsaw | 2000-04-09 | 1 | -2/+3 |
| * | Update the copyright lines to include the years 1999 & 2000. | bwarsaw | 2000-03-21 | 1 | -1/+1 |
| * | main(): port to new message delivery code. Some other general | bwarsaw | 1999-11-29 | 1 | -77/+85 |
| * | Catch MMBadEmailError and print a sensible message (PR#59) | bwarsaw | 1999-07-03 | 1 | -3/+8 |
| * | "import paths" must come before any "from Mailman import module" | hmeland | 1999-03-04 | 1 | -1/+1 |
| * | Wrap import of getpass in try/except, and get it from | bwarsaw | 1999-02-27 | 1 | -1/+5 |
| * | main(): force the listname to lower case both when it's passed on the | bwarsaw | 1999-02-10 | 1 | -1/+4 |
| * | Use the following format when printing /etc/aliases suggestion: | bwarsaw | 1998-10-20 | 1 | -3/+3 |
| * | Change this to use the standard Python library module getpass to get | bwarsaw | 1998-08-07 | 1 | -2/+2 |
| * | Using new, non-echoing password reading routine. | klm | 1998-08-05 | 1 | -1/+2 |
| * | main(): | bwarsaw | 1998-07-22 | 1 | -1/+8 |
| * | Typo | bwarsaw | 1998-07-22 | 1 | -1/+1 |
| * | Trivial nit | bwarsaw | 1998-06-23 | 1 | -1/+2 |
| * | Use the new packagized modules | bwarsaw | 1998-06-19 | 1 | -49/+21 |
| * | Add Unlock() calls where appropriate, and add lock = 0 to MailList | viega | 1998-06-13 | 1 | -0/+2 |
| * | Updated calls to GetScriptURL to the appropriate new form. One or two | viega | 1998-06-03 | 1 | -1/+2 |
| * | Several changes, first the non-controversial ones... | bwarsaw | 1998-05-26 | 1 | -23/+38 |
| * | Whoops, forgot to add the copyright info to code in the bin subdir... | viega | 1998-05-26 | 1 | -1/+16 |
| * | Complain and bail if the list was specified with an '@' - don't let | mailman | 1998-05-26 | 1 | -1/+7 |
| * | Get rid of anomolous $Source$ keyword. | klm | 1998-05-04 | 1 | -2/+1 |
| * | Added missing space to end of initial list password prompt. | klm | 1998-05-04 | 1 | -2/+2 |
| * | Preparing to package a distribution - add a module docstring and | mailman | 1998-04-09 | 1 | -0/+12 |
| * | Big little whoops - kept producing bad aliases entries, because | mailman | 1998-03-13 | 1 | -1/+1 |
| * | Mention the email interface in the welcome message (had a question | mailman | 1998-03-13 | 1 | -5/+12 |
| * | Packaged up functionality so it can be used as a script (__name__ == | mailman | 1998-03-10 | 1 | -35/+52 |
| * | For now i'm removing the use of the aliases-wrapper program - it | mailman | 1998-03-09 | 1 | -1/+22 |
| * | Normalize the list name to lower case. (Email doesn't care, but | mailman | 1998-03-05 | 1 | -2/+2 |
| * | Check the new list name immediately, and bailout with status 1 if it | mailman | 1998-02-25 | 1 | -0/+5 |
| * | Initial revision | mailman | 1998-02-25 | 1 | -0/+53 |