LSTSRV-L Archives

LISTSERV Site Administrators' Forum

LSTSRV-L

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

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

Parts/Attachments: text/plain (24 lines)
Print Reply
Sender:
LISTSERV give-and-take forum <[log in to unmask]>
Subject:
From:
Philip Kizer <[log in to unmask]>
Date:
Fri, 6 Aug 1999 14:03:30 -0500
In-Reply-To:
Your message of "Fri, 06 Aug 1999 11:42:02 PDT." <[log in to unmask]>
Reply-To:
LISTSERV give-and-take forum <[log in to unmask]>
Kirsten Petersen <[log in to unmask]> wrote:
>Is there a command to search for an owner in the lists?  We have several
>people who must have set up their lists with an incorrect address for
>themselves as owner.  We get error messages, but the errors don't tell me
>which list the owner is on.

That's when (given that we're using one of the Unix versions, of course) I
resort to such schemes:

  cd ~listserv/home
  [ do a 'sh' right here if you're not using a Bourne-compatible shell ]
  for i in *.list; do listview $i | grep -i "owner *=.*UserNM" && echo $i ;done


( I usually use such mechanisms for searching for other things in the
  headers, such as shared archive directories, etc. )


-philip

--
Philip Kizer <[log in to unmask]>
Texas A&M CIS Operating Systems Group, Unix

ATOM RSS1 RSS2