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 2017/08/17 02:24:47 UTC

[whimsy] branch master updated: correct list of mail addresses

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 4693090  correct list of mail addresses
4693090 is described below

commit 46930906e815311c18e360ac053a3fd344d11051
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Aug 16 22:24:31 2017 -0400

    correct list of mail addresses
---
 www/committers/subscribe.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/committers/subscribe.cgi b/www/committers/subscribe.cgi
index fcc7cb2..fd599a3 100755
--- a/www/committers/subscribe.cgi
+++ b/www/committers/subscribe.cgi
@@ -34,7 +34,7 @@ ASF::Podling.list.each {|p|
 pmcs = ASF::Committee.pmcs.map(&:mail_list)
 lists = ASF::Mail.cansub(user.asf_member?, ASF.pmc_chairs.include?(user))
 lists.sort!
-addrs = (["#{$USER}@apache.org"] + user.mail + user.alt_email)
+addrs = user.all_mail
 
 _html do
   # better system output styling (errors in red)

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].