On  4 Aug 97 at 14:36, David Mayerlen wrote:

> I'm looking for easy, secure bulk appends to my
> subscriber list.

QUIET ADD listname DD=X IMPORT PW=your_password
//X DD *
user1@address1
user2@address2
 ...
userN@addressN
/*

You can put the user's full name after each address if you want.

Francoise