Bug 13518 - Trivial crash in pop3 - wrong format
Summary: Trivial crash in pop3 - wrong format
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: python-module-twisted-mail (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Grigory Ustinov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-24 22:27 MSK by nbr
Modified: 2008-07-22 16:29 MSD (History)
20 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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