This is an automated email from the ASF dual-hosted git repository. clr pushed a commit to branch roster-emeritus in repository https://gitbox.apache.org/repos/asf/whimsy.git
commit 9980c47a83dc60a6df4d2b476774a8fb32d44635 Author: Craig L Russell <[email protected]> AuthorDate: Wed Jul 8 14:35:06 2020 -0700 Change emeritus request email from request to ack --- www/roster/views/actions/memstat.json.rb | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/www/roster/views/actions/memstat.json.rb b/www/roster/views/actions/memstat.json.rb index 9ec7068..5cf00c2 100644 --- a/www/roster/views/actions/memstat.json.rb +++ b/www/roster/views/actions/memstat.json.rb @@ -84,12 +84,11 @@ elsif @action == 'request_emeritus' ASF::Mail.configure mail = Mail.new do - to "[email protected]" - cc "#{USERNAME}<#{USERMAIL}>" - from "#{USERMAIL}" - subject "Emeritus request from #{USERNAME}" + from "[email protected]" + to "#{USERNAME}<#{USERMAIL}>" + subject "Emeritus request acknowledgement from #{USERNAME}" text_part do - body "Please accept my emeritus request, which is attached.\n\nRegards,\n\n#{USERNAME}\n\n" + body "This acknowledges receipt of your emeritus request, a copy of which is attached for your records.\n\nRegards,\n\[email protected]\n\n" end end mail.attachments["#{USERID}.txt"] = signed_request.untaint @@ -102,7 +101,7 @@ elsif @action == 'request_reinstatement' from "#{USERMAIL}" subject "Emeritus reinstatement request from #{USERNAME}" text_part do - body "I respectfully request reinstatement to full membership.\n\nRegards,\n\n#{USERNAME}" + body "I respectfully request reinstatement to full membership in The Apache Software Foundation.\n\nRegards,\n\n#{USERNAME}" end end mail.deliver!
