Roundup Tracker - Issues

Issue 1470254

classification
unable reply to complete a subscription
Type: Severity: normal
Components: Mail interface Versions:
process
Status: closed accepted
:
: richard : richard
Priority: normal :

Created on 2006-04-14 07:31 by anonymous, last changed 2006-04-27 03:44 by richard.

Messages
msg2236 Author: [hidden] (anonymous) Date: 2006-04-14 07:31
with roundup 1.1.1, we can't just use reply to complete a subscription, 
because the sender is the admin, not the bugtracker.
The sender should be changed, or a reply to with the bug tracker email 
adress should be added.
 
FOr now, I have done that:
 
        if not self.client.standard_message([user_props['address']], 
subject,
                body, (tracker_name, tracker_email)):
 
instead of
 
        if not self.client.standard_message([user_props['address']], 
subject,
                body):
 
line 855-856 in roundup/cgi/actions.py, but IMHO, adding a "reply to" in 
the mail would be better.
 
msg2237 Author: [hidden] (richard) Date: 2006-04-27 03:44
Logged In: YES 
user_id=6405

We don't want all "admin" messages to come from the tracker.
History
Date User Action Args
2006-04-14 07:31:52anonymouscreate