Commit c46ca8a2e304ed139d4596d4d0c4585d5c3d80f4:
    add Reply-To header to feedback


Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>

------------------------------------------------------------
www/board/agenda/views/actions/feedback.json.rb              | + 
------------------------------------------------------------
1 changes: 1 additions, 0 deletions.
------------------------------------------------------------


diff --git a/www/board/agenda/views/actions/feedback.json.rb 
b/www/board/agenda/views/actions/feedback.json.rb
index 11f3738..a3df23f 100644
--- a/www/board/agenda/views/actions/feedback.json.rb
+++ b/www/board/agenda/views/actions/feedback.json.rb
@@ -63,6 +63,7 @@
     from from
     to "#{item['owner']} <#{item['chair_email']}>".untaint
     cc cc
+    reply_to cc
     subject "Board feedback on #{date} #{item['title']} report"
 
     body text.strip.untaint

Reply via email to