Roundup Tracker - Issues

Issue 1198729

classification
MailGW.handle_message() crashes if no subject header
Type: Severity: normal
Components: Mail interface Versions:
process
Status: closed fixed
:
: richard : gscelsi, richard
Priority: normal :

Created on 2005-05-10 03:05 by gscelsi, last changed 2005-05-10 03:05 by gscelsi.

Messages
msg1962 Author: [hidden] (gscelsi) Date: 2005-05-10 03:05
In case of a message with no subject header, the "if
not subject" test at line 615 of mailgw.py (0.8.3) is
never reached, since the script produces a python error
at line 584.  I fixed my installation as in the
attached patch, but there could be a more elegant way.
History
Date User Action Args
2005-05-10 03:05:52gscelsicreate