Issue 794702
Created on 2003-08-25 13:51 by ramon_poca, last changed 2003-08-26 00:20 by jlgijsbers.
msg939 |
Author: [hidden] (ramon_poca) |
Date: 2003-08-25 13:51 |
|
---- traceback of failure ----
Traceback (most recent call last):
File
"/usr/lib/python2.2/site-packages/roundup/mailgw.py",
line 315, in handle_Message
return self.handle_message(message)
File
"/usr/lib/python2.2/site-packages/roundup/mailgw.py",
line 485, in handle_message
if subject.strip().lower() == 'help':
AttributeError: 'NoneType' object has no attribute 'strip'
-----
Solution: After getting the subject, if it's None, set
it to a random value, e.g. "no subject"
|
msg940 |
Author: [hidden] (jlgijsbers) |
Date: 2003-08-26 00:20 |
|
Logged In: YES
user_id=469548
This has been fixed in the final version of 0.6, you should
probably upgrade. See bug #755331.
|
|
Date |
User |
Action |
Args |
2003-08-25 13:51:34 | ramon_poca | create | |
|