You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2022/04/08 23:30:51 UTC

[whimsy] branch master updated: Use name@dom instead of listkey

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

commit e7d51ec9040c10ab229cfefbf0059dfba6b72d42
Author: Sebb <se...@apache.org>
AuthorDate: Sat Apr 9 00:29:32 2022 +0100

    Use name@dom instead of listkey
    
    See INFRA-230004
---
 www/committers/subscribe.cgi | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/www/committers/subscribe.cgi b/www/committers/subscribe.cgi
index d0b03b8d..c41dd1f6 100755
--- a/www/committers/subscribe.cgi
+++ b/www/committers/subscribe.cgi
@@ -211,7 +211,8 @@ _html do
           break
         end
 
-        # subreq/unsubreq currently need the listkey
+        # subreq/unsubreq now accept name@dom
+        # Keep the key for the file name
         listkey = ASF::Mail.listdom2listkey(@list)
 
         # Each user can only subscribe once to each list in each timeslot
@@ -221,7 +222,7 @@ _html do
           version: FORMAT_NUMBER,
           availid: $USER,
           addr: @addr,
-          listkey: listkey,
+          listkey: @list,
           # f3
           member_p: user.asf_member?,
           chair_p: ASF.pmc_chairs.include?(user),