|
Majordomo-Users (June 1994) |
Here is who I do it, I derived it from someone else post a while back
(I think it was Roger Klorese).
You can make listname.anon be a majordomo list so you
can administer via majordomo who can say who in "listname"
arnold
if ( (-e "$listdir/$clean_list.anon")
&& ! &is_list_member($reply_to, $listdir, "$clean_list.anon")) {
print REPLY "**** 'who' is not permitted on $clean_list.\n";
return 0;
}
|