backdropcms.org icon indicating copy to clipboard operation
backdropcms.org copied to clipboard

duplicate emails sent for SA node.

Open jenlampton opened this issue 4 years ago • 1 comments

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.

jenlampton avatar Mar 03 '22 19:03 jenlampton

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:

jackaponte avatar Mar 03 '22 19:03 jackaponte