On Wed, 17 Feb 1999 23:51:31 -0500, Peacenet Balkans Desk
<[log in to unmask]> wrote:

>Is there a way for me to automatically have LISTSERV send the $signup
>(Standard msg to New Subscribers) file to people I bulk-subscribe to a list?
>I'd like it to come from the owner-<listname>... or listserv@lists...
>address rather than from my mail address, so as not to confuse new subscribers.

Quiet method (no msgs sent):

QUIET ADD listname DD=X IMPORT PW=??????
//X DD *
user@address      <- Name is optional this way
etc
/*

Non-quiet method (msg will be sent):
ADD listname DD=X PW=??????
//X DD *
user@address  Fname Lname        <- name not optional
user2@address *                  <- substitute for name
etc
/*