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 2016/04/04 02:58:56 UTC

[whimsy] branch master updated: Oops - no wonder the e-mails were not getting through ...

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

sebb pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  5809bde   Oops - no wonder the e-mails were not getting through ...
5809bde is described below

commit 5809bde23bcc43215fbd8935c681fb38a03fb80b
Author: Sebb <se...@apache.org>
AuthorDate: Mon Apr 4 01:58:48 2016 +0100

    Oops - no wonder the e-mails were not getting through ...
---
 www/roster/public_json_common.rb | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/www/roster/public_json_common.rb b/www/roster/public_json_common.rb
index 992cc93..40566b6 100644
--- a/www/roster/public_json_common.rb
+++ b/www/roster/public_json_common.rb
@@ -86,9 +86,8 @@ def write_output(file, results)
           ASF::Mail.configure
           ldaphost = ASF::LDAP.host()
           mail = Mail.new do
-            from ENV['MAIL_FROM'] || 'dev@whimsical.apache.org'
-            to 'notifications@whimsical.a.o'
-            cc 'sebb@apache.org' # Until notifications mbox is working OK
+            from 'Public JSON file updates  <de...@whimsical.apache.org>'
+            to 'Notification List <no...@whimsical.apache.org>'
             subject "Difference(s) in #{file}"
             if ldaphost
               body "\n#{ldaphost}\n\n#{out}\n"

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