Mercurial > p > roundup > code
diff CHANGES.txt @ 5098:99e289359798
issue2550803: Replying to NOSY mail goes to the tracker through
reply-to, not original message author.
Created new [tracker] replyto_address config.ini option to allow:
1) setting reply-to header to the tracker
2) setting reply-to header to the address of the author
of the change
3) setting it to a fixed address (like noreply@some.place)
Proposal by Peter Funk (pefu) in discussion with Tom Ekberg
(tekberg).
I chose to re-retrieve the email address for the author from the
database rather than adding a new variable. Also managed to make
a test case for each of the three settings.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 26 Jun 2016 00:36:23 -0400 |
| parents | 156cbc1d182c |
| children | 5775959d81a3 |
line wrap: on
line diff
--- a/CHANGES.txt Sat Jun 25 22:28:19 2016 -0400 +++ b/CHANGES.txt Sun Jun 26 00:36:23 2016 -0400 @@ -78,6 +78,15 @@ indexer. See ``doc/upgrading.txt`` for details. Initial patch done by David Wolever. Patch modified, docs added and committed by John Rouillard. +- issue2550803: Replying to NOSY mail goes to the tracker through + reply-to, not original message author. + Created new [tracker] replyto_address config.ini option to allow: + 1) setting reply-to header to the tracker + 2) setting reply-to header to the address of the author + of the change + 3) setting it to a fixed address (like noreply@some.place) + Done by John Rouillard from proposal by Peter Funk (pefu) + in discussion with Tom Ekberg (tekberg). See doc/upgrading.txt. Fixed:
