| I think a good starting point is to validate the DL's. Check the
editor field and the lists. What I have done in the past is to look for
empty lists or lists whose editor is no longer valid, or which have no
valid members. You would be surprised how many you can find that are
of no use to anybody. If they haven't been edited in several years,
they probably haven't been used.
What I do is to rename the suspicious lists to a subdirectory and see
if anybody complains. Usually they don't. At one site, we developed a
set of rules for cleaning up:
Size > 0 with valid editor: Leave alone
Size = 0 with invalid editor: Delete the list
Size = 0 with valid editor: Send mail to editor, ask if needed.
Size > 0 with invalid editor: Rename - see if anybody complains
This got rid of about 80% of the lists, and very few people complained.
On the empty lists with a valid editor, we told them to add their own
name.
I wrote procedures to make these determinations, but I don't have them
handy, but I will look around. Basically, you want to check the names
against the profile and delete any local ones that don't exist. This
reduces a lot of lists to no names.
Ben
|