Mark Sapiro wrote: > Larry Rosenman wrote: >> >> I've been in touch with Mitch, and I'm seeing the following: >> Oct 13 17:39:41 2006 (21897) SHUNTING: >> 1160751710.5174129+20b0271866a4e8765c73a8523cb44434221b861a >> Oct 13 17:39:41 2006 (21897) Uncaught runner exception: >> [EMAIL PROTECTED] >> Oct 13 17:39:41 2006 (21897) Traceback (most recent call last): >> File "/usr/lib/mailman/Mailman/Queue/Runner.py", line 111, in >> _oneloop self._onefile(msg, msgdata) >> File "/usr/lib/mailman/Mailman/Queue/Runner.py", line 167, in >> _onefile keepqueued = self._dispose(mlist, msg, msgdata) >> File "/usr/lib/mailman/Mailman/Queue/IncomingRunner.py", line 130, >> in _dispose more = self._dopipeline(mlist, msg, msgdata, pipeline) >> File "/usr/lib/mailman/Mailman/Queue/IncomingRunner.py", line 153, >> in _dopipeline sys.modules[modname].process(mlist, msg, msgdata) >> File "/usr/lib/mailman/Mailman/Handlers/CalcRecips.py", line 74, in >> process recips = [mlist.getMemberCPAddress(m) >> File "/usr/lib/mailman/Mailman/OldStyleMemberships.py", line 139, >> in getDeliveryStatus self.__assertIsMember(member) >> File "/usr/lib/mailman/Mailman/OldStyleMemberships.py", line 113, >> in __assertIsMember raise Errors.NotAMemberError, member >> NotAMemberError: [EMAIL PROTECTED] > > The full statement in CalcRecips.py is > > recips = [mlist.getMemberCPAddress(m) > for m in mlist.getRegularMemberKeys() > if mlist.getDeliveryStatus(m) == ENABLED] > > > There appears to be a problem in that the list returned by > getRegularMemberKeys() contains '[EMAIL PROTECTED]' > > This should be a completely lower case address. What's in the list's > 'members' dictionary as shown by bin/dumpdb of the config.pck. The > keys should all be lower case with either 0 or a case-preserved > address as the value. > > If this is the issue, you can fix it with bin/withlist or you may be > able to remove this member and then add her back. See > <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.013.htp>.
All the recipies on the page give the error. What's in the db: [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..... -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 ------------------------------------------------------ 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