Roundup Tracker - Issues

Issue 727430

classification
Roundup doesn't set title if email message is blank.
Type: Severity: normal
Components: Mail interface Versions:
process
Status: closed fixed
:
: richard : richard, rouilj
Priority: normal :

Created on 2003-04-25 13:03 by rouilj, last changed 2003-04-25 23:08 by richard.

Messages
msg788 Author: [hidden] (rouilj) Date: 2003-04-25 13:03
Using:

mailx -s "Time to update Solaris 8 Recommend 
Patches" lab_tracker < /dev/null

on a solaris box produces 
the following email between the ==='s:

======
From 
jrouilla Fri Apr 25 08:45:28 2003
Return-Path: 
<jrouilla>
Received: (from jrouilla@localhost)
        by zzzz-45-
222.dfgs.ddffff.com (8.11.6/8.11.6) id h3PCjSY27736
        for 
lab_tracker; Fri, 25 Apr 2003 08:45:28 -0400
Date: Fri, 25 Apr 
2003 08:45:28 -0400
From: John Rouillard 
<jrouilla>
Message-Id: 
<200304251245.h3PCjSY27736@zzzz-45-
222.dfgs.ddffff.com>
To: lab_tracker
Subject: Time to 
update Solaris 8 Recommend 
Patches

=======

This results in an issue in 
roundup without a title. The version that is being run is from cvs on 
March 23 2003.

Can somebody check it on a current 
roundup, my last cvs update is aborting with the error:

  File 
"/tools/roundup-0.6.0i/lib/python2.2/site-
packages/roundup/backends/back_anydbm.py"
, line 773, 
in create
    newid = self.create_inner(**propvalues)
  File 
"/tools/roundup-0.6.0i/lib/python2.2/site-
packages/roundup/backends/back_anydbm.py"
, line 806, 
in create_inner
    raise KeyError, '"%s" has no property 
"%s"'%(self.classname,
KeyError: "issue" has no property 
"file"

-- rouilj
msg789 Author: [hidden] (richard) Date: 2003-04-25 23:08
Logged In: YES 
user_id=6405

I thought I fixed the "file" thing late yesterday. 
 
History
Date User Action Args
2003-04-25 13:03:32rouiljcreate