Jacob Haller <[log in to unmask]> wrote:

> there's a command to add a group of subscribers at once.  It is:
>
>   QUIET ADD listname DD=X IMPORT PW=your_password
>   //X DD *
>   user1@address1
>   user2@address2
>   ...
>   userN@addressN
>   /*

The problem with the above is the subscribers don't get the Welcome
message. Usually one wants them to get these. To do this change the first
line to:

   ADD listname DD=X PW=your_password

Don.