[Mailman-Developers] error with latest CVS: len() of unsized object
Mentor Cana
mentor@alb-net.com
Thu, 5 Jul 2001 18:59:31 -0400 (EDT)
All...
Here is the error logged after I send a message to a test list on the
latest mailman CVS installation. I CVSed today's set of checkings...
The message gets stuck in qfiles/shunt directory.
--
Mentor
----------
Jul 05 18:54:08 2001 (23307) Uncaught runner exception: len() of unsized object
Jul 05 18:54:08 2001 (23307) Traceback (most recent call last):
File "/opt/home/mmtest/Mailman/Queue/Runner.py", line 102, in __oneloop
self.__onefile(msg, msgdata)
File "/opt/home/mmtest/Mailman/Queue/Runner.py", line 142, in __onefile
sender = msg.get_sender()
File "../Mailman/Message.py", line 66, in get_sender
File "/usr/local/lib/python2.0/site-packages/mimelib/address.py", line 16, in getaddresses
return a.getaddrlist()
File "/usr/local/lib/python2.0/rfc822.py", line 522, in getaddrlist
ad = self.getaddress()
File "/usr/local/lib/python2.0/rfc822.py", line 530, in getaddress
self.gotonext()
File "/usr/local/lib/python2.0/rfc822.py", line 510, in gotonext
while self.pos < len(self.field):
TypeError: len() of unsized object