ADD listname userid@node real-name
DELete list-name userid@node
QUIET ADD listname DD=USERS IMPORT PW=list_password //USERS DD * userid@node real-name userid@node real-name /*
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.
QUIET ADD DOG-L DD=USERS IMPORT PW=bowwow //USERS DD * joe@aol.com Joe Smith jane@hotmail.com Jane Doe /*
Add a large number of members to a list at once.
QUIET ADD listname userid@node real-name
Add someone to a list.
QUIET DEL listname *@*
BE VERY CAREFUL WITH THIS COMMAND! IT DELETES EVERYONE FROM THE LISTSERV.
quiet del mylist-l *@*
Remove everyone from a list.
QUIET DELete listname userid@node
Remove someone from a list.
Using QUIET in front of ADD prevents a "you have been added" notification from being sent to the user and to the listowner.
quiet add mylist-l mtiger@lsu.edu Mike Tiger
Using QUIET in front of DELETE to prevent a "you have been deleted" notification from being sent to the user and to the listowner.
quiet del mylist-l mtiger@lsu.edu