On Apr 2, 2007, at 11:32 AM, Mark Sapiro wrote:

> 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

Yes I did, it didn't show up that way.

>
> ----------------------------------------------------
>
> If that doesn't work, try the following withlist fragment
>
>>>> m.removeMember("""constance.frei
>  ... [EMAIL PROTECTED]""")
>>>> m.Save()
>>>> ^D
>

I get this error:

 >>> m.removeMember("""constance.frei
... [EMAIL PROTECTED]""")
Traceback (most recent call last):
   File "<console>", line 1, in ?
   File "/usr/local/mailman/Mailman/OldStyleMemberships.py", line  
219, in removeMember
     assert self.__mlist.Locked()
AssertionError


> and if that doesn't work, try
>
>>>> del m.members["""constance.frei
>  ... [EMAIL PROTECTED]"""]
>>>> m.Save()
>>>> ^D

and with this I get:

 >>> del m.members["""constance.frei
... [EMAIL PROTECTED]"""]
Traceback (most recent call last):
   File "<console>", line 1, in ?
KeyError: '[EMAIL PROTECTED]'



>
> -- 
> Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
> San Francisco Bay Area, California    better use your sense - B. Dylan

Con Wieland
University of California at Irvine
Network and Academic Computing
Network and Support Programming

[EMAIL PROTECTED]
949.824.6134
949.824.2270 fax

------------------------------------------------------
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&amp;file=faq01.027.htp

Reply via email to