diff options
| -rwxr-xr-x | bin/newlist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/newlist b/bin/newlist index c5b0c825f..57f271596 100755 --- a/bin/newlist +++ b/bin/newlist @@ -10,7 +10,7 @@ immediately. Otherwise, the script hangs pending input, to give time for the person creating the list to customize it before sending the admin an email notice about the existence of the new list.""" -__version__ = "$Revision: 382 $" +__version__ = "$Revision: 512 $" # $Source$ ADDALIASES_CMD = '/home/mailman/mailman/bin/addaliases' @@ -39,7 +39,7 @@ def main(argv): if len(argv) > 3: list_pw = argv[3] else: - list_pw = raw_input("Enter the initial list password:") + list_pw = raw_input("Enter the initial list password: ") newlist = maillist.MailList() pw = crypt.crypt(list_pw , mm_utils.GetRandomSeed()) |
