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 ' [email protected]' No such member: [email protected] I'm generating the tab character in bash w/ ctrl-v ctrl-i. Using dumpdb to dump the config.pck, I see: 'members': { '\[email protected]':0, .... This also fails: # remove_members list_name '\[email protected]' No such member: \[email protected] I'm stumped here. Do I need to craft a script to run through withlist to edit the members dict directly? -- Dan Young <[email protected]> Multnomah ESD - Technology Services 503-257-1562 ------------------------------------------------------ Mailman-Users mailing list [email protected] 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
