Search the OSG website:

Bulk Adds and Deletes

Here is a brief rundown of how to perform bulk adds and deletes to a listserv list. The below command chunks should be the body of your mail to the listserv.

Bulk Add


        
QUIET ADD listname-l DD=NEWLIST IMPORT
//NEWLIST DD *
blah@ufl.edu Firstname Lastname
foo@stats.ufl.edu *
someone@ifas.ufl.edu *
/*
        

      

Bulk Delete


        
QUIET DEL listname-l DD=DELETES BRIEF
//DELETES DD *
email@ufl.edu *
boof@nersp.nerdc.ufl.edu *
myname@ufl.edu *
/*