Skip to content

Commit

Permalink
chore: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Jan 9, 2025
1 parent deee146 commit f348b8e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions helpers/on-data-mx.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f348b8e

Please sign in to comment.