You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2019/07/15 12:25:17 UTC

[whimsy] branch master updated: redirect conferences mail to planners@apache.org.

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

rubys 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 5d6e0f4  redirect conferences mail to planners@apache.org.
5d6e0f4 is described below

commit 5d6e0f45ef661905ed2cf4c14e7771054103b183
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Mon Jul 15 08:24:33 2019 -0400

    redirect conferences mail to planners@apache.org.
    
    Remove defunct concom list from whitelist
---
 lib/whimsy/asf/mail.rb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/mail.rb b/lib/whimsy/asf/mail.rb
index d06dc0e..53211bd 100644
--- a/lib/whimsy/asf/mail.rb
+++ b/lib/whimsy/asf/mail.rb
@@ -88,7 +88,7 @@ module ASF
           lists.delete_if {|list| list =~ /(^|-)security$|^security(-|$)/ }
           lists
       else
-          whitelist = ['infra-users', 'jobs', 'site-dev', 'committers-cvs', 'site-cvs', 'concom', 'party']
+          whitelist = ['infra-users', 'jobs', 'site-dev', 'committers-cvs', 'site-cvs', 'party']
           # Can always subscribe to public lists and the whitelist
           lists = @lists.keys.select{|key| @lists[key] == 'public' or whitelist.include? key}
 
@@ -251,6 +251,8 @@ module ASF
         'travel-assistance@apache.org'
       when 'w3crelations'
         'w3c@apache.org'
+      when 'concom'
+        'planners@apachecon.com'
       else
         name
       end