From f348b8e7c10fc2ad05f7c032f62727391b233edc Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Wed, 8 Jan 2025 19:32:47 -0600 Subject: [PATCH] chore: remove unnecessary comment --- helpers/on-data-mx.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/helpers/on-data-mx.js b/helpers/on-data-mx.js index dee3c0cc5..fe2be6bf8 100644 --- a/helpers/on-data-mx.js +++ b/helpers/on-data-mx.js @@ -1812,11 +1812,6 @@ async function onDataMX(session, headers, body) { // if lowest error code was >= 500 then don't send a bounce email notification if (err.responseCode >= 500) throw err; - // - // NOTE: we might not even want to send bounces here altogether - // and rely on the existing users SMTP queue to send a bounce to them - // - // process (and then send) bounces if any in the background processBounces .call(this, headers, bounces, session, body)