[Mailman-Users] can't delete malformed/bad user email addressfrom list

Mark Sapiro msapiro at value.net
Mon Oct 25 21:47:38 CEST 2004


Ralf Hildebrandt wrote:

>* John Dell <jdell at casat.org>:
>> 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 'rona.cole at lausd.net\r' or as
'rona.cole at lausd.net\x0D' or 'rona.cole at lausd.net\015'.

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 <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan




More information about the Mailman-Users mailing list