<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2462.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>If you want to create a list that all your mailman 
users can post to (but no one else) then you will need to write a small script 
to create (or update) the list.&nbsp; You can find the script in the 
archives....&lt;this is me cruising through my personal archives&gt;...... Ahh 
here is one (Thanks to Shane Beasley)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>list_lists | grep "^ " |awk '{ print $1 }' |&nbsp;grep -iv foo_all | 
\<BR>&nbsp;xargs -rl list_members | sync_members -f - -w=no foo_all<BR></DIV>
<DIV><FONT face=Arial size=2>This assumes that ~mailman/bin is in your search 
path, since the commands list_list, list_members, and sync_members are all in 
that directory.&nbsp; This line of code dumps out all the list 
names,&nbsp;prints out the names of every member of every list and feeds those 
names into sync_members which then&nbsp;updates the list "foo_all".&nbsp; Setup 
a chron job to run hourly and this list will updated hourly.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Jon Carnes</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=Postfixuser@aol.com 
  href="mailto:Postfixuser@aol.com">Postfixuser@aol.com</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=mailman-users@python.org 
  href="mailto:mailman-users@python.org">mailman-users@python.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, November 08, 2001 8:47 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Mailman-Users] i need 
help</DIV>
  <DIV><BR></DIV><FONT face=arial,helvetica><FONT size=2>i have got a problem. 
  <BR><BR>i want the all user, who are subscribed in the of all lists on a 
  mailman-server, should be allowed to write to an other list on this server, 
  bit the hole world should not be allowed. <BR><BR>how can i do this. 
  <BR><BR>Thanks for your help. <BR><BR>Markus 
<BR></BLOCKQUOTE></FONT></FONT></BODY></HTML>