diff options
| author | bwarsaw | 1998-06-23 23:05:32 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-06-23 23:05:32 +0000 |
| commit | 4ed248c05f03abdb216d2273c79704f104d9114d (patch) | |
| tree | b0d4c469f6ecc8fea5a90384f38c501adc981ebd | |
| parent | e465f32e234e50a3b19291b52c85cb085940ebbb (diff) | |
| download | mailman-4ed248c05f03abdb216d2273c79704f104d9114d.tar.gz mailman-4ed248c05f03abdb216d2273c79704f104d9114d.tar.zst mailman-4ed248c05f03abdb216d2273c79704f104d9114d.zip | |
| -rwxr-xr-x | bin/newlist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/newlist b/bin/newlist index 36ede674c..fd54bd1ba 100755 --- a/bin/newlist +++ b/bin/newlist @@ -24,7 +24,8 @@ You can specify as many of the arguments as you want on the command line. The optional <immediate> argument, if present, means to send out the notice 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.""" +email notice about the existence of the new list. +""" import sys, os, string import time |
