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("php...@lists.php.net, php-no...@lists.php.net","Notes Status, $total 
total",$body,"From: php...@lists.php.net", "-fnore...@php.net");
+mail("php...@lists.php.net, php-no...@lists.php.net","Notes Status, $total 
total",$body,"From: nore...@php.net", "-fnore...@php.net");

Reply via email to