Hi all,

I've got a few members subscribed with a leading tab character in
their mail address. Can't seem to get them unsubscribed with either
the web interface, remove_members, or sync_members.

This fails:
# /usr/lib/mailman/bin/remove_members list_name '    usern...@example.org'
No such member: usern...@example.org

I'm generating the tab character in bash w/ ctrl-v ctrl-i.

Using dumpdb to dump the config.pck, I see:
'members': {   '\tusern...@example.org':0,
   ....

This also fails:
# remove_members list_name '\tusern...@example.org'
No such member: \tusern...@example.org

I'm stumped here. Do I need to craft a script to run through withlist
to edit the members dict directly?

--
Dan Young <dyo...@mesd.k12.or.us>
Multnomah ESD - Technology Services
503-257-1562
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to