Roundup Tracker - Issues

Message90

Author grubert
Recipients
Date 2001-12-06.08:30:57
Message-id
In-reply-to
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.
History
Date User Action Args
2009-02-03 14:19:59adminlinkissue489760 messages
2009-02-03 14:19:59admincreate