Bug 13518

Summary: Trivial crash in pop3 - wrong format
Product: Sisyphus Reporter: nbr <nbr>
Component: python-module-twisted-mailAssignee: Grigory Ustinov <grenka>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P2 CC: antohami, cas, cow, darktemplar, evg, george, grenka, imz, lav, mithraen, nbr, qa_viy, rider, rt, sem, shaba, sin, slev, vitty, viy
Version: unstable   
Hardware: all   
OS: Linux   

Description nbr 2007-11-24 22:27:07 MSK
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
Comment 1 Sergey Alembekov 2007-12-08 17:47:02 MSK
fixed in alt2.1