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 00:06:07 UTC

[whimsy] branch master updated: There's not much point using the no-reply@ user with a Reply-To. Sending from dev@ means replies go to the dev list anyway

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  689b016   There's not much point using the no-reply@ user with a Reply-To. Sending from dev@ means replies go to the dev list anyway
689b016 is described below

commit 689b016c22749acd1e3e223a1733e39c62dc79a4
Author: Sebb <se...@apache.org>
AuthorDate: Sun Apr 3 23:05:00 2016 +0100

    There's not much point using the no-reply@ user with a Reply-To.
    Sending from dev@ means replies go to the dev list anyway
---
 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 467f257..992cc93 100644
--- a/www/roster/public_json_common.rb
+++ b/www/roster/public_json_common.rb
@@ -86,10 +86,9 @@ def write_output(file, results)
           ASF::Mail.configure
           ldaphost = ASF::LDAP.host()
           mail = Mail.new do
-            from ENV['MAIL_FROM'] || 'no-reply@whimsical.apache.org'
+            from ENV['MAIL_FROM'] || 'dev@whimsical.apache.org'
             to 'notifications@whimsical.a.o'
-            cc 'sebb@apache.org' # Until notifications is working OK
-            reply_to 'dev@whimsical.apache.org'
+            cc 'sebb@apache.org' # Until notifications mbox is working OK
             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>'].