>> This is the nice, fast way to add a bunch of addresses.  The drawback is
>> that the people being added don't get sent a notification that
>> they've been
>> added.
>
>Then take the word QUIET out of the job.

Won't work.  The proper syntax if you want notifications to be sent is what
I said before:

>ADD listname DD=X
>//X DD *
>user1@node1 *
>user2@node2 *
>[. . .]
>lastuser@lastnode *
>/*

While the QUIET is missing from the above, the less obvious thing to notice
is the omission of the IMPORT.

-jw'read the manual and also did a little testing'gh