Ralf Hildebrandt wrote:

>* John Dell <[EMAIL PROTECTED]>:
>> Hi,
>> 
>> Anybody know how to do manual surgery to delete a malformed user?
>> 
>> I'm running MM 2.1.5, I have a list with 1700 members.  Somehow, one of 
>> the email addresses got corrupted with what looks like some control 
>> character at the end of the address.
>> 
>> When I look at the address in mailman web admin, it the url for the user 
>> is  end with rona.cole--at--lausd.net%0D
>
>Export all users, the reimport the list minus the problem

Or go to the FAQ
>Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py

and read article 3.13.

In this case it looks like the address has a <CR> at the end. This can
be expressed in a python string as '[EMAIL PROTECTED]' or as
'[EMAIL PROTECTED]' or '[EMAIL PROTECTED]'.

Also, you might just try using one of the above example addresses with
bin/remove-members. I don't know if that will work.

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

------------------------------------------------------
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