duplicate emails sent for SA node.
I suspect that emails are being sent every time a (pubished) SA node is saved. They are only supposed to be sent once per node.
We have a check _borg_mailers_check_if_already_sent() that's supposed to determine if an email has already been sent for this node by checking a database table that logs previous messages sent, but it seems not to be working.
I checked the code and at first glance didn't see anything immediately problematic. This likely needs to be debugged further.
I suspect that emails are being sent every time a (pubished) SA node is saved. They are only supposed to be sent once per node.
Ah, that's why we get many copies of the security advisory emails! :smile: