Author: Derick Rethans (derickr)
Date: 2026-06-01T18:49:27+01:00

Commit: 
https://github.com/php/web-master/commit/944d93126dad78f5c8e76839aaa47ebdeaf2e2fe
Raw diff: 
https://github.com/php/web-master/commit/944d93126dad78f5c8e76839aaa47ebdeaf2e2fe.diff

Of course this is done in two places

Changed paths:
  M  public/entry/svn-account.php


Diff:

diff --git a/public/entry/svn-account.php b/public/entry/svn-account.php
index b94eead..83752a4 100644
--- a/public/entry/svn-account.php
+++ b/public/entry/svn-account.php
@@ -101,7 +101,7 @@
 
 // The PEAR guys don't want these requests to their -dev@ list, only -group@
 if ($group != "pear") {
-  mail($mailto,"VCS Account Request: $username",$msg,"From: 
$from\r\nMessage-ID: <[email protected]>", "[email protected]");
+  mail($mailto,"VCS Account Request: $username",$msg,"From: 
[email protected]\r\nReply-To: $from\r\nMessage-ID: 
<[email protected]>", "[email protected]");
 }
 
 $msg .= "\n-- \n";

Reply via email to