LSTSRV-L Archives

LISTSERV Site Administrators' Forum

LSTSRV-L

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Rex Bontrager <[log in to unmask]>
Fri, 27 Oct 1995 11:24:01 EST
text/plain (26 lines)
On Fri, 27 Oct 1995 10:47:50 -0400 Adam Floro said:
>Great!  Now tell me how to forward this seamlessly to all of the
>list owners on my LISTSERV?  ;-)  Anybody got a REXX exec to extract
>out all the OWNER= parm's in all the lists?  Hmmm?
 
Here's a working skeleton that you can modify to your needs.
 
/*
| Display owners of all lists.
| Must be run on the LISTSERV machine while LISTSERV is running.
| Could be automatically invoked via WAKEPARM file, SMSG from postmaster,
| or list special exit.
*/
ADDRESS COMMAND
SIGNAL ON NOVALUE
  'PIPE COMMAND LISTFILE * LIST A | SPEC W1 | SORT | STEM LIST.'
  DO J=1 TO LIST.0
    SAY LIST.J':' LSVKEYWD(LIST.J,'OWNER')
  END  /* DO J */
RETURN
 
 
Rex Bontrager
Email:  [log in to unmask]
Phone:  (317) 494-1787 ext. 256

ATOM RSS1 RSS2