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


The following commit(s) were added to refs/heads/master by this push:
     new 8941a2fe How is reply-to handled here
8941a2fe is described below

commit 8941a2fed06f1d2d3d380bc7deca152fec4372e1
Author: Sebb <s...@apache.org>
AuthorDate: Wed Mar 6 23:15:03 2024 +0000

    How is reply-to handled here
---
 tools/pubsub-ci-email.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/pubsub-ci-email.rb b/tools/pubsub-ci-email.rb
index 347d042d..632aab42 100755
--- a/tools/pubsub-ci-email.rb
+++ b/tools/pubsub-ci-email.rb
@@ -269,6 +269,7 @@ if $0 == __FILE__
   mail = Mail.new do
     to 'notificati...@whimsical.apache.org'
     from 'notificati...@whimsical.apache.org'
+    reply_to 'nore...@whimsical.apache.org' # Experimental
     subject subject
     body body
   end

Reply via email to