Mark Sapiro wrote: >Larry Rosenman wrote: >> >>[EMAIL PROTECTED] fredslist]# /usr/lib/mailman/bin/dumpdb config.pck |grep >>judie >> '[EMAIL PROTECTED]': 0, >>[EMAIL PROTECTED] fredslist]#
Don't do what I suggested in my prior reply if the above is a true representation of the output from the command. If '[EMAIL PROTECTED]' is a list member, in addition to being in the 'members' dictionary, her address should also appear in the 'language', 'passwords', user_options' and possibly the 'usernames' dictionaries. If it is only in the 'members' dictionary, it should just be deleted, so see below >>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]'] Do do the above line, but do not do the line below. >>>> m.members['[EMAIL PROTECTED]'] = 0 after skipping the line above, do the rest. >>>> 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&file=faq01.027.htp