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 <[email protected]>
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 = ['[email protected]']
+ 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 ['[email protected]'] + cc
subject "Board feedback on #{date} #{item['title']} report"
body text.strip.untaint
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].