file /usr/lib/python2.4/site-packages/twisted/mail/pop3.py line 567 instead of %d %d should be %d %s (msg is not int, usually it's a string message). Steps to Reproduce: 1.try to connect to pop3 messagebox, provided by twisted 2.Authorize 3.do LIST 1 Actual Results: crash of pop3 application Expected Results: meaningful output - list of messages
fixed in alt2.1