Issue 489760
Created on 2001-12-06 08:30 by grubert, last changed 2001-12-10 00:22 by richard.
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
|
|
Date |
User |
Action |
Args |
2001-12-06 08:30:57 | grubert | create | |
|