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

sebb 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 c7822862 Use name@dom instead of listkey
c7822862 is described below

commit c782286247f74c565970f87418b15ddd27cc15fe
Author: Sebb <[email protected]>
AuthorDate: Sat Apr 9 00:36:00 2022 +0100

    Use name@dom instead of listkey
    
    See INFRA-230004
---
 www/secretary/workbench/views/actions/memapp.json.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/secretary/workbench/views/actions/memapp.json.rb 
b/www/secretary/workbench/views/actions/memapp.json.rb
index 5b60acc9..85d1c786 100644
--- a/www/secretary/workbench/views/actions/memapp.json.rb
+++ b/www/secretary/workbench/views/actions/memapp.json.rb
@@ -117,7 +117,7 @@ task "subscribe to [email protected]" do
     version: 3, # This must match committers/subscribe.cgi#FORMAT_NUMBER
     availid: @availid,
     addr: @availid + '@apache.org', # use ASF email here
-    listkey: 'members',
+    listkey: '[email protected]',
     member_p: true,
     chair_p: ASF.pmc_chairs.include?(user),
   }
@@ -146,7 +146,7 @@ task "subscribe to [email protected]" do
     version: 3, # This must match committers/subscribe.cgi#FORMAT_NUMBER
     availid: @availid,
     addr: @availid + '@apache.org', # use ASF email here
-    listkey: 'members-notify',
+    listkey: '[email protected]',
     member_p: true,
     chair_p: ASF.pmc_chairs.include?(user),
   }

Reply via email to