#987064 Core update email sent from WordPress install

#987064#5
Date:
2021-04-16 19:47:36 UTC
From:
To:
A client I am hosting received an automatic email recently containing:

   Please update your site at [domain] to WordPress 5.0.12.
   We tried but were unable to update your site automatically.

Obviously, this won't work, and the email should never have been sent.
While WP_CORE_UPDATE is false, this doesn't seem to have stopped the email.

Seems like the best way to disable this is with:

   function disable_core_update_emails($notify, $item) {
       return false;
   }
   add_filter('send_core_update_notification_email', 'disable_core_update_emails');

However, that can't go in wp-config.php, as the add_filter() function is not
defined at that point. I'm not sure if there's another location that Debian
patches that could have this defined.

#987064#8
Date:
2024-11-21 10:09:38 UTC
From:
To:
Hello,

Bug #987064 in wordpress reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/debian/wordpress/-/commit/e4d4586e248fd40e3b8218b381d3065e051f06e3

(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/987064