Roundup Tracker - Issues

Issue 755331

classification
Mail message with empty subject causes crash
Type: Severity: normal
Components: Mail interface Versions:
process
Status: closed fixed
:
: richard : richard
Priority: normal :

Created on 2003-06-16 14:01 by anonymous, last changed 2003-06-16 14:01 by anonymous.

Messages
msg865 Author: [hidden] (anonymous) Date: 2003-06-16 14:01
This was caused by an email without a subject.

An unexpected error occurred during the processing
of your message. The tracker administrator is being
notified.

----  traceback of failure  ----
Traceback (most recent call last):
  File "/usr/lib/python2.2/site-
packages/roundup/mailgw.py", line 287, in 
handle_Message
    return self.handle_message(message)
  File "/usr/lib/python2.2/site-
packages/roundup/mailgw.py", line 457, in 
handle_message
    if subject.strip().lower() == 'help':
AttributeError: 'NoneType' object has no attribute 'strip'
History
Date User Action Args
2003-06-16 14:01:13anonymouscreate