This question is more appropriate for the ezmlm mailing list.
After creating the list, you can use ezmlm-sub (part of the ezmlm
package) to add users to the list. A simple shell script could
read all your addresses from the text file and add them to your
new mailing list, such as:
#!/bin/bash
for in `cat textfilewithaddresses` ; do
ezmlm-sub /path/to/list/dir/ $i
done
-Bill
Quoting Terry Liang <[EMAIL PROTECTED]>:
> Hello Gentleman,
>
> I just use Qmail+vchkpw+ezmlm setup a mailing lsit
> system, I plan to move a amateur radio mailing list from
> egroups.com to my system. How can I import the subscriber
> email address to new system? Do I must type all email
> address one by one? I have a text file contain all
> subscriber email address and each email address one
> line.
>
> Best Regards,
>
> Terry BD7NQ
> Foshan China
>