From 8cfa730d709cc0f0b51d6f9ebe37910a9ee93aae Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Sat, 7 Dec 2024 04:55:26 -0600 Subject: [PATCH] chore: removed TODO comments --- helpers/on-data-mx.js | 8 -------- 1 file changed, 8 deletions(-) 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) { //