Con Wieland wrote: >I have found the following bad address using ./find_member -l sscm-l >"[EMAIL PROTECTED]": > >constance.frei^M >[EMAIL PROTECTED] found in: > sscm-l > >On the web page the address appears as: > >constance.frei [EMAIL PROTECTED] > >when using list_members <listname> I get > >constance.frei >[EMAIL PROTECTED] > > have tried using the examples in the FAQ "3.13. How do I remove a >user name or email address with an illegal character in it?" to remove: > >constance.fre >constance.frei^M >constance.frei [EMAIL PROTECTED] >[EMAIL PROTECTED] > >All produced errors. >Any help would be appreciated
First, did you see and try the following from FAQ 3.13 ---------------------------------------------------- Before trying the method(s) below, first try % bin/list_members -i listname If that lists the addresses you want removed, try % bin/list_members -i listname | bin/remove_members -f - listname ---------------------------------------------------- If that doesn't work, try the following withlist fragment >>> m.removeMember("""constance.frei ... [EMAIL PROTECTED]""") >>> m.Save() >>> ^D and if that doesn't work, try >>> del m.members["""constance.frei ... [EMAIL PROTECTED]"""] >>> m.Save() >>> ^D -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ 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