Author: Derick Rethans (derickr)
Date: 2024-07-11T14:31:33+01:00

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

The from address needs to be noreply@ as the phpdoc list doesn't allow its own 
address to be subscribed to it

Changed paths:
  M  scripts/email-note-summaries


Diff:

diff --git a/scripts/email-note-summaries b/scripts/email-note-summaries
index 4af2261..1c8a9d7 100755
--- a/scripts/email-note-summaries
+++ b/scripts/email-note-summaries
@@ -27,4 +27,4 @@ $body = "Following are the top 20 pages of the manual, sorted 
by the number\n"
       . sprintf("notes represent %.1f%% of the %d total user notes.\n\n", 
($top20 / $total)*100, $total)
       . $body;
 
-mail("[email protected], [email protected]","Notes Status, $total 
total",$body,"From: [email protected]", "[email protected]");
+mail("[email protected], [email protected]","Notes Status, $total 
total",$body,"From: [email protected]", "[email protected]");

Reply via email to