I can create an ADD Job, but it seems I can't create a DELETE Job. Why?
 
For example, this works:
 
ADD mylist DD=FromHere
//FromHere DD *
userid1@nodex User One
userid2@nodey User Two
/*
 
but if I try to DELETE instead of ADD (and of course without the User
One portion), I get back an error message saying that LISTSERV couldn't
find [log in to unmask] In other words, the DELETE takes
the DD=FromHere and tries to use it as the userid, and skips the rest
of the input.
 
What's going on?
Peter