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 f89d31b3 Initial test of reply_to
f89d31b3 is described below

commit f89d31b380e86c5308e7dabcf7cc0086002434a4
Author: Sebb <[email protected]>
AuthorDate: Wed Jul 16 00:47:29 2025 +0100

    Initial test of reply_to
    
    [Will be applied to other messages if successful]
---
 www/secretary/workbench/views/actions/clarify_intent.json.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/secretary/workbench/views/actions/clarify_intent.json.rb 
b/www/secretary/workbench/views/actions/clarify_intent.json.rb
index 2b705308..5f739111 100644
--- a/www/secretary/workbench/views/actions/clarify_intent.json.rb
+++ b/www/secretary/workbench/views/actions/clarify_intent.json.rb
@@ -17,6 +17,7 @@ task "email #{message.from}" do
   @email = message.from
   mail = message.reply(
     from: @from,
+    reply_to: '[email protected]',
     cc: [
       '[email protected]',
       (@pmc.private_mail_list if @pmc), # copy pmc

Reply via email to