On Tue, Dec 12, 2000 at 04:59:19PM +0900, [EMAIL PROTECTED] wrote:
> who knows how can I edit ezmlm mailing-list by text editor?
>
> I'm using qmail with ezmlm-0.53.
>
> as a root or owner of mailinglist
> (of course , except auto-subscribing)
>
> how can I add so many mail address by text editor?
Yes, trivially easily.
1. Create a file with your text editor where each line is a new
subscriber email address. Lets call that file "new".
2. Exit the editor once you're done and feed that file into the
ezmlm-sub command, precisely as defined in the manpage. I suggest the
use of the xargs command if the list is very large. That standard Unix
command is likewise described in a manpage. If you read those manpages
you'll end up with a command pipeline like:
xargs <new ezmlm-sub Dir
3. You're done.
Of course these are email addresses that want to be on the list,
right?
Regards.