On Sat, 28 Apr 2007 10:10:39 -0500, Anne Toal <[log in to unmask]> wrote:

>In this line
>
>Send= Editors,Hold,Confirm,Service
>
>Is "Service" superfluous? 

Yes.

>I'm trying to make the list so that only people inside the Service can 
>submit messages that the Editor has to approve for release. (This is an 
>attempt to cut down on spammer-generated approval requests.)

Try this:

Send= Service
Service= utpa.edu
Default-Options= Review

As separate command:   QUIET SET listname REVIEW FOR *@*

Send= Service will rejct messages from outside the service area.
SET REVIEW will force moderation on all subscribers.  Any subscribers who are
trusted to post w/o moderation you can 
 SET listname NOREVIEW FOR [log in to unmask]

There may be other ways to do this as well.