summaryrefslogtreecommitdiff
path: root/bin/newlist
Commit message (Expand)AuthorAgeFilesLines
* 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
* Packaged up functionality so it can be used as a script (__name__ ==mailman1998-03-101-35/+52
* For now i'm removing the use of the aliases-wrapper program - itmailman1998-03-091-1/+22
* Normalize the list name to lower case. (Email doesn't care, butmailman1998-03-051-2/+2
* Check the new list name immediately, and bailout with status 1 if itmailman1998-02-251-0/+5
* Initial revisionmailman1998-02-251-0/+53