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 751f0685 Allow for apachecon mailing lists
751f0685 is described below
commit 751f068508c20328eb09d2d00bba7d66b5e76650
Author: Sebb <[email protected]>
AuthorDate: Sat Jul 22 23:17:18 2023 +0100
Allow for apachecon mailing lists
---
lib/whimsy/asf/mlist.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/whimsy/asf/mlist.rb b/lib/whimsy/asf/mlist.rb
index c8a5d3a9..0a567617 100644
--- a/lib/whimsy/asf/mlist.rb
+++ b/lib/whimsy/asf/mlist.rb
@@ -52,7 +52,7 @@ module ASF
if parts.length == 1
dom = "#{pmc}.apache.org"
list = 'private'
- elsif parts.length == 2 && parts[1] == 'apache.org'
+ elsif parts.length == 2 && %w{apache.org
apachecon.com}.include?(parts[1])
dom = parts[1]
list = parts[0]
else