Author: Derick Rethans (derickr) Date: 2026-06-01T18:27:09+01:00 Commit: https://github.com/php/web-master/commit/d36b057d47306273005e36f79ab2e820c1ebe38c Raw diff: https://github.com/php/web-master/commit/d36b057d47306273005e36f79ab2e820c1ebe38c.diff
Use '[email protected]' 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: https://main.php.net/manage/users.php?action=remove&id=$new_id\n"; $msg .= "view: https://main.php.net/manage/users.php?id=$new_id\n"; -mail($failto,"VCS Account Request: $username",$msg,"From: $from\r\nMessage-ID: <[email protected]>", "[email protected]"); +mail($failto,"VCS Account Request: $username",$msg,"From: [email protected]\r\nReply-To: $from\r\nMessage-ID: <[email protected]>", "[email protected]");
