You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/10/19 15:23:56 UTC

[whimsy] branch master updated: remove board from cc list of feedback; leave on reply-to

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 013cdad  remove board from cc list of feedback; leave on reply-to
013cdad is described below

commit 013cdad2b089db44fd07a480ad548291a81e2a22
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Thu Oct 19 11:23:40 2017 -0400

    remove board from cc list of feedback; leave on reply-to
---
 www/board/agenda/views/actions/feedback.json.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/board/agenda/views/actions/feedback.json.rb b/www/board/agenda/views/actions/feedback.json.rb
index 2f871fd..ddb5bbe 100644
--- a/www/board/agenda/views/actions/feedback.json.rb
+++ b/www/board/agenda/views/actions/feedback.json.rb
@@ -62,7 +62,7 @@ Agenda.parse(@agenda, :full).each do |item|
   }.gsub(/^ {4}/, '').strip
 
   # build cc list
-  cc = ['board@apache.org']
+  cc = []
   
   if item['mail_list']
     if item[:attach] =~ /^[A-Z]+/
@@ -79,7 +79,7 @@ Agenda.parse(@agenda, :full).each do |item|
     from from
     to "#{item['owner']} <#{item['chair_email']}>".untaint
     cc cc
-    reply_to cc
+    reply_to ['board@apache.org'] + cc
     subject "Board feedback on #{date} #{item['title']} report"
 
     body text.strip.untaint

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].