Author: Derick Rethans (derickr)
Date: 2026-06-01T18:27:09+01:00
Commit: Use 'noreply@php.net' as from, as new email addresses aren't subscrib… · php/web-master@d36b057 · GitHub
Raw diff: https://github.com/php/web-master/commit/d36b057d47306273005e36f79ab2e820c1ebe38c.diff
Use 'noreply@php.net' as from, as new email addresses aren't subscribed to the list, and won't get accepted
Changed paths:
M public/entry/svn-account.php
Diff:
diff --git a/public/entry/svn-account.php b/public/entry/svn-account.php
index a5fc997..b94eead 100644
--- a/public/entry/svn-account.php
+++ b/public/entry/svn-account.php
@@ -109,4 +109,4 @@
$msg .= "reject: You must log in!;
$msg .= "view: You must log in!;
-mail($failto,"VCS Account Request: $username",$msg,"From: $from\r\nMessage-ID: <cvs-account-$new_id-admin@php.net>", "-fnoreply@php.net");
+mail($failto,"VCS Account Request: $username",$msg,"From: noreply@php.net\r\nReply-To: $from\r\nMessage-ID: <cvs-account-$new_id-admin@php.net>", "-fnoreply@php.net");