| Commit message (Expand) | Author | Age | Files | Lines |
| * | The start of the conversion of the bin and cron scripts to modules invoked by | bwarsaw | 2006-04-27 | 1 | -254/+0 |
| * | back port from 2.1.6 / adding new files. | tkikuchi | 2005-08-28 | 1 | -33/+68 |
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| * | Update docstring. | bwarsaw | 2002-12-02 | 1 | -1/+1 |
| * | Jon Parise's patch to improve the usage() output for the command line | bwarsaw | 2002-10-21 | 1 | -2/+6 |
| * | main(): Catch BadListNameError's that can get raised if the proposed | bwarsaw | 2002-10-06 | 1 | -2/+4 |
| * | main(): First, set the global language to the list's preferred | bwarsaw | 2002-02-11 | 1 | -4/+4 |
| * | main(): Ben Gertzfield points out that newlist isn't consistent in its | bwarsaw | 2001-12-16 | 1 | -9/+34 |
| * | process_request(): Utils.get_site_email()'s second argument should no | bwarsaw | 2001-11-20 | 1 | -1/+1 |
| * | Ben Gertzfield's patch to hardcode the path to the python executable | bwarsaw | 2001-09-07 | 1 | -1/+1 |
| * | Change the semantics for creating a list in a virtual domain different | bwarsaw | 2001-08-20 | 1 | -44/+40 |
| * | main(): Instead of using MAILMAN_OWNER, use Utils.get_site_email(). | bwarsaw | 2001-08-04 | 1 | -5/+5 |
| * | main(): Use mm_cfg.MAILMAN_OWNER as the originator of the mail message | bwarsaw | 2001-05-20 | 1 | -3/+2 |
| * | main(): When -q/--quiet isn't given, restore prompting before sending | bwarsaw | 2001-05-10 | 1 | -6/+47 |
| * | Several changes to sync this with through-the-web and automatic | bwarsaw | 2001-05-09 | 1 | -75/+10 |
| * | 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 |