QUIET ADD listname DD=USERS IMPORT PW=list_password
//USERS DD *
userid@node real-name
userid@node real-name
/*
Notes:
Replace list_password with the password for the list.
Between the '//USERS DD *' and the '/*' lines, list the e-mail addresses and names to be added.
Use a separate line for each person.
Example:
QUIET ADD DOG-L DD=USERS IMPORT PW=bowwow
//USERS DD *
joe@aol.com Joe Smith
jane@hotmail.com Jane Doe
/*
|