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

commit 4506d8f5b5bc3d0a630d89b28afd4b825513e7c6
Author: Sebb <[email protected]>
AuthorDate: Thu Aug 29 22:58:31 2024 +0100

    Replace broken mail address calculation
---
 tools/pubsub-ci-email.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/pubsub-ci-email.rb b/tools/pubsub-ci-email.rb
index f28e22c1..2437ef0a 100755
--- a/tools/pubsub-ci-email.rb
+++ b/tools/pubsub-ci-email.rb
@@ -189,7 +189,7 @@ def do_diff(initialhash, currenthash, triggerrev)
     userid = key
     username = args[:name]
     joindate = args[:date]
-    mail_list = "private@#{cttee.mail_list}.apache.org"
+    mail_list = cttee.private_mail_list
     change_text = TYPES[type] || type # 'added to|dropped from'
     # The email currently only goes to notifications@whimsical.
     # To enable actual reporting, change the following:

Reply via email to