Roundup Tracker - Issues

Issue 710746

classification
Empty email Solution
Type: Severity: normal
Components: Database Versions:
process
Status: closed out of date
:
: richard : richard
Priority: normal : patch

Created on 2003-03-27 14:37 by anonymous, last changed 2003-03-27 14:37 by anonymous.

Messages
msg2617 Author: [hidden] (anonymous) Date: 2003-03-27 14:37
When you send an empty email to a Roundup Issue Tracker
it adds an empty message to the issue in question

It turns out that when I'm sending the mail, Mozilla is
adding four empty lines to the end of the message.
 
In turn, Roundup is picking these empty lines up as
content.
 
The problem line is (mailgw.py, line 842, maint-0-5
branch):
 
To fix, I changed

if content:

--->

if content and not content.isspace():
History
Date User Action Args
2003-03-27 14:37:38anonymouscreate