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

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp

Reply via email to