On May 8, 2004, at 17:41, Sean Carnahan wrote:
Is there a way to mass remove members that are flagged as excessive bounces?

You can get a list of members whose subscriptions to 'mylist' have been disabled by bounces using
'bin/list_members --nomail=bybounce mylist'
and you can unsubscribe members using bin/remove_members.


$ bin/list_members --nomail=bybounce mylist | bin/remove_members -n -N -f - mylist

(Check the options for remove_members. You may want to use --fromall as well.)



--
Jim Tittsler             http://www.OnJapan.net/      GPG: 0x01159DB6
Python Starship          http://Starship.Python.net/
Ringo MUG Tokyo          http://www.ringo.net/rss.html


------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] 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/

Reply via email to