Roundup Tracker - Issues

Issue 489760

classification
issue] only subject
Type: Severity: normal
Components: Mail interface Versions:
process
Status: closed fixed
:
: richard : grubert, richard
Priority: normal :

Created on 2001-12-06 08:30 by grubert, last changed 2001-12-10 00:22 by richard.

Messages
msg90 Author: [hidden] (grubert) Date: 2001-12-06 08:30
if only "[issue]" is specified the mailgw crashes.

patch mailgw.py line 273
        if not nodeid and not title:
            raise MailUsageError, '''
I cannot match your message to a node in the database - you need to either
supply a full node identifier (with number, eg "[issue123]" or keep the
previous subject title intact so I can match that.

Subject was: "%s"
'''%(classname, subject)

only (subject) is needed.
msg91 Author: [hidden] (richard) Date: 2001-12-10 00:22
Logged In: YES 
user_id=6405

Thanks, fixed in CVS
History
Date User Action Args
2001-12-06 08:30:57grubertcreate