summaryrefslogtreecommitdiff
path: root/bin/newlist
Commit message (Expand)AuthorAgeFilesLines
* The start of the conversion of the bin and cron scripts to modules invoked bybwarsaw2006-04-271-254/+0
* back port from 2.1.6 / adding new files.tkikuchi2005-08-281-33/+68
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* Update docstring.bwarsaw2002-12-021-1/+1
* Jon Parise's patch to improve the usage() output for the command linebwarsaw2002-10-211-2/+6
* main(): Catch BadListNameError's that can get raised if the proposedbwarsaw2002-10-061-2/+4
* main(): First, set the global language to the list's preferredbwarsaw2002-02-111-4/+4
* main(): Ben Gertzfield points out that newlist isn't consistent in itsbwarsaw2001-12-161-9/+34
* process_request(): Utils.get_site_email()'s second argument should nobwarsaw2001-11-201-1/+1
* Ben Gertzfield's patch to hardcode the path to the python executablebwarsaw2001-09-071-1/+1
* Change the semantics for creating a list in a virtual domain differentbwarsaw2001-08-201-44/+40
* main(): Instead of using MAILMAN_OWNER, use Utils.get_site_email().bwarsaw2001-08-041-5/+5
* main(): Use mm_cfg.MAILMAN_OWNER as the originator of the mail messagebwarsaw2001-05-201-3/+2
* main(): When -q/--quiet isn't given, restore prompting before sendingbwarsaw2001-05-101-6/+47
* Several changes to sync this with through-the-web and automaticbwarsaw2001-05-091-75/+10
* Fix usage to remove the mention of the magical 4th argument.twouters2001-03-021-6/+3
* Get rid of the HandlerAPI and Crypt stuff, use sha as the default hashbwarsaw2001-02-151-14/+12
* main(): Call maketext() with the list's preferred language.bwarsaw2000-12-261-1/+1
* Start of support for i18n; marking of translatable strings.bwarsaw2000-12-071-29/+28
* main(): Fixed argument parsing bugs. Also, removed the argv[5] hackbwarsaw2000-11-151-24/+34
* Added -o flag to append /etc/aliases suggestions to the given file.bwarsaw2000-11-101-10/+24
* Add -h/--help option and standard option parsing.bwarsaw2000-11-081-8/+25
* SF Patch #101846 by Sean Reifschneider (modified by bwarsaw) to addbwarsaw2000-10-201-1/+24
* Since we now require Python 1.5.2 and that version has getpass in it'sbwarsaw2000-10-021-1/+1
* main(): Reject empty passwords; list admin passwords must bebwarsaw2000-09-191-0/+4
* main(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)bwarsaw2000-08-011-2/+2
* main(): Use Utils.list_exists() to test for list existance.bwarsaw2000-04-091-2/+3
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* main(): port to new message delivery code. Some other generalbwarsaw1999-11-291-77/+85
* Catch MMBadEmailError and print a sensible message (PR#59)bwarsaw1999-07-031-3/+8
* "import paths" must come before any "from Mailman import module"hmeland1999-03-041-1/+1
* Wrap import of getpass in try/except, and get it frombwarsaw1999-02-271-1/+5
* main(): force the listname to lower case both when it's passed on thebwarsaw1999-02-101-1/+4
* Use the following format when printing /etc/aliases suggestion:bwarsaw1998-10-201-3/+3
* Change this to use the standard Python library module getpass to getbwarsaw1998-08-071-2/+2
* Using new, non-echoing password reading routine.klm1998-08-051-1/+2
* main():bwarsaw1998-07-221-1/+8
* Typobwarsaw1998-07-221-1/+1
* Trivial nitbwarsaw1998-06-231-1/+2
* Use the new packagized modulesbwarsaw1998-06-191-49/+21
* Add Unlock() calls where appropriate, and add lock = 0 to MailListviega1998-06-131-0/+2
* Updated calls to GetScriptURL to the appropriate new form. One or twoviega1998-06-031-1/+2
* Several changes, first the non-controversial ones...bwarsaw1998-05-261-23/+38
* Whoops, forgot to add the copyright info to code in the bin subdir...viega1998-05-261-1/+16
* Complain and bail if the list was specified with an '@' - don't letmailman1998-05-261-1/+7
* Get rid of anomolous $Source$ keyword.klm1998-05-041-2/+1
* Added missing space to end of initial list password prompt.klm1998-05-041-2/+2
* Preparing to package a distribution - add a module docstring andmailman1998-04-091-0/+12
* Big little whoops - kept producing bad aliases entries, becausemailman1998-03-131-1/+1
* Mention the email interface in the welcome message (had a questionmailman1998-03-131-5/+12