* CiviCRM 5.48 will include this patch: https://github.com/civicrm/civicrm-core/pull/22800 - until then, mailing recipients are recalculated when we view the Mailing Report.
## TODO
* Hoping this gets merged: https://github.com/civicrm/civicrm-core/pull/22800
* Api function to archive the mailings.
* delete from civicrm_mailing_event_queue where job_id IN (2270,2271,2273,2278,2279,2281); - it will cascade the deletion for clics, opens, bounces, etc.
* Override `CRM/Mailing/Page/Report::run` via hook, so that we can populate the compiled stats instead.
* When a mailing is archived in the interface, archive the stats.
* Delete CiviCRM activities related to the mailing? (or mailing activities older than X days)