[PHP-WEBMASTER] [web-master] main: Of course this is done in two places

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

Commit: Of course this is done in two places · php/web-master@944d931 · GitHub
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: <cvs-account-$new_id@php.net>", "-fnoreply@php.net");
+ mail($mailto,"VCS Account Request: $username",$msg,"From: noreply@php.net\r\nReply-To: $from\r\nMessage-ID: <cvs-account-$new_id@php.net>", "-fnoreply@php.net");
}

$msg .= "\n-- \n";