On Dec 27, 2007 4:45 AM, Vinita Aggarwal <[EMAIL PROTECTED]> wrote: > I have Three lists [EMAIL PROTECTED] (1000 members) and [EMAIL PROTECTED] > (1500 members) and [EMAIL PROTECTED] . Now, In [EMAIL PROTECTED] I have only > two members i.e. [EMAIL PROTECTED] and [EMAIL PROTECTED] > write cron script that does something similar to this (typed free hand, mileage may vary), or perhaps runs opportunistically, so that your creating the actual list membership nearly on the fly
LIST=/tmp/list3.lst ./remove_members list3 (./list_members list1; ./list_members list2) | tr -t '[:upper:]' '[:lower:]' |sort -u > ${LIST} ./add_members -w=n -a=n -r=/tmp/list3.lst list3 rm ${LIST} ------------------------------------------------------ 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