Roundup Tracker - Issues

Issue 503204

classification
mailgw needs a default class
Type: rfe Severity: normal
Components: Interface Versions:
process
Status: closed accepted
:
: richard : grubert, pohly, richard
Priority: normal :

Created on 2002-01-14 06:09 by richard, last changed 2002-02-16 08:07 by richard.

Messages
msg2975 Author: [hidden] (richard) Date: 2002-01-14 06:09
For e-mail that arrives with no [class] identifier,
default to something useful.
msg2976 Author: [hidden] (pohly) Date: 2002-01-22 08:00
Logged In: YES 
user_id=416927

Not only should there be default values for the class,
but also for other properties. These defaults should
depend on the mail address, so that e.g. "issue-tracker"
could stand for the traditional email interface, and
"<productname>-issues" for issues with nosy set to
developers of this product.

msg2977 Author: [hidden] (grubert) Date: 2002-01-23 10:59
Logged In: YES 
user_id=147070

mail issues with a already used subject are rejected ?

if author is the 
same
 . append to already exiting one
else
 . make a new issue
msg2978 Author: [hidden] (richard) Date: 2002-02-15 00:08
Logged In: YES 
user_id=6405

The mailgw already does check titles when the nodeid isn't
supplied. With the class now being defaulted, the title will
be used to look up followups when no info is supplied.

Implemented the basic behaviour - the more complex stuff
(setting default properties) can wait for a better config
system.
msg2979 Author: [hidden] (richard) Date: 2002-02-15 00:13
Logged In: YES 
user_id=6405

*ahem* sorry, misread gruber's requirement. I think the
behaviour should be that if the title matches an existing issue:
 1. if there's a Re/Fwd/AW prefix, append
 2. otherwise, make a new issue (requires removing the key
    restriction on the title property)
msg2980 Author: [hidden] (richard) Date: 2002-02-16 08:07
Logged In: YES 
user_id=6405

This is now done, for the two default schemas.

History
Date User Action Args
2002-01-14 06:09:21richardcreate