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 695ce9a4 Don't mangle apachecon lists
695ce9a4 is described below

commit 695ce9a405844449db179f26934f6c1503afe935
Author: Sebb <[email protected]>
AuthorDate: Sat Jul 22 23:17:56 2023 +0100

    Don't mangle apachecon lists
---
 www/roster/models/nonpmc.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/models/nonpmc.rb b/www/roster/models/nonpmc.rb
index 06137c4b..19c0f258 100644
--- a/www/roster/models/nonpmc.rb
+++ b/www/roster/models/nonpmc.rb
@@ -7,7 +7,7 @@ class NonPMC
     members = cttee.owners
     committers = cttee.committers
     # Hack to fix unusual mail_list values e.g. [email protected]
-    mail_list = cttee.mail_list.sub(/@.*/,'')
+    mail_list = cttee.mail_list.sub(/@apache\.org/,'')
     mail_list = 'legal' if mail_list =~ /^legal-/ && cttee.name != 
'dataprivacy'
     mail_list = 'fundraising' if mail_list =~ /^fundraising-/
 

Reply via email to