DEFAULT_CHARSET = None is how mine is set. This is driving me crazy. Has no one else ever seen this error?
> -----Original Message----- > From: Jon Carnes [mailto:[EMAIL PROTECTED]] > > I just peeked at the code, but just for a second (have to get to bed...) > and I have a WAG. What is your DEFAULT_CHARSET set to in > ~mailman/Mailman/mm_cfg.py (or Default.py)? Mine is: > DEFAULT_CHARSET = None > > Hope its not a waste of time - Jon Carnes > > On Fri, 2003-02-14 at 12:21, Daniel A. Jacobs wrote: > > Running Python 2.2.2, Mailman 2.1.1, Sendmail. > > > > For all lists, messages make it to the archives, but get stuck in > > qfiles/out. If I run 'qrunner -r out -v' I get this: > > > > Traceback (most recent call last): > > File "/home/mailman/bin/qrunner", line 270, in ? > > main() > > File "/home/mailman/bin/qrunner", line 230, in main > > qrunner.run() > > File "/home/mailman/Mailman/Queue/Runner.py", line 59, in run > > filecnt = self._oneloop() > > File "/home/mailman/Mailman/Queue/Runner.py", line 88, in _oneloop > > msg, msgdata = self._switchboard.dequeue(filebase) > > File "/home/mailman/Mailman/Queue/Switchboard.py", line 151, in > dequeue > > if data.has_key('rejection-notice'): > > AttributeError: 'NoneType' object has no attribute 'has_key' > > > > > > I can move files in and out of qfiles/out and run the queue manually, > and > > some of them get run and some don't. I can't find any references to the > > above error. Any suggestions? > > > > Thank you, > > > > Daniel > > ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] 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/ This message was sent to: archive@jab.org Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org