Larry Rosenman wrote:
>
>[EMAIL PROTECTED] fredslist]# /usr/lib/mailman/bin/dumpdb config.pck |grep
>judie
>                   '[EMAIL PROTECTED]': 0,
>[EMAIL PROTECTED] fredslist]#
>
>How can I delete this easily when all the tricks on that page fail with the
>not a member.....


shell prompt# bin/withlist -l fredslist
Loading list fredslist (locked)
The variable `m' is the fredslist MailList instance
>>> del m.members['[EMAIL PROTECTED]']
>>> m.members['[EMAIL PROTECTED]'] = 0
>>> m.Save()
>>>             (enter a control-D here)
Unlocking (but not saving) list: fredslist
Finalizing
shell prompt# 


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

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