Roundup Tracker - Issues

Message2236

Author anonymous
Recipients
Date 2006-04-14.07:31:52
Message-id
In-reply-to
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.
 
History
Date User Action Args
2009-02-03 14:21:44adminlinkissue1470254 messages
2009-02-03 14:21:44admincreate