diff --git a/helpers/on-data-mx.js b/helpers/on-data-mx.js index 267526acca..12e2db439c 100644 --- a/helpers/on-data-mx.js +++ b/helpers/on-data-mx.js @@ -691,12 +691,6 @@ async function checkBounceForSpam(bounce, headers, session) { // we can probably rewrite most of the `recipient.replacements` stuff below to clean it up // -// -// TODO: subtract already accepted if necessary -// TODO: or alternatively only do mail_accepted -// after successful webhook and email sending -// - // eslint-disable-next-line complexity async function forward(recipient, headers, session, raw) { // @@ -1181,8 +1175,6 @@ async function updateMXHeaders(session, headers, body) { } } -// TODO: ensure MX servers have database/redis access - // eslint-disable-next-line complexity async function onDataMX(raw, session, headers, body) { //