[Mailman-Users] Not Moderating a Moderator's Posting

Ian Ward Comfort icomfort at rescomp.stanford.edu
Mon May 7 21:17:59 CEST 2007


On May 7, 2007, at 11:15 AM, Barry Finkel wrote:
> Ralf Hildebrand replied:
>> We sync our lists like this:
>> bin/sync_members -w=no -g=no -d=no -a=no -f  
>> file_with_membership_addresses.txt name_of_list
>
> I use
>
>      ./remove_members --all --nouserack --noadminack $destfile
>      ./add_members -w n -r $destdir/$destfile
>
> because I did not know about sync_members when I wrote my script.   
> The posting in the archives I was reviewing did not mention  
> sync_members.
>
> I have a complication, with which I have to contend - besides the  
> dynamic list XXX built from the HR Database, I can have a static  
> file XXXstatic, which contains other subscribers that are not in  
> the HR Database.  My script processes this XXXstatic file when it  
> processes the XXX file.  To use sync_members I will have to combine  
> the XXX and XXXstatic files, and then use the combined file with  
> sync_members.

cat XXX XXXstatic | ~mailman/bin/sync_members -w=no -g=no -d=no -a=no  
-f - name_of_list

perhaps?

—IWC



More information about the Mailman-Users mailing list