Skip to content

Commit

Permalink
chore: removed TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Dec 7, 2024
1 parent db0015f commit 8cfa730
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions helpers/on-data-mx.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
//
Expand Down Expand Up @@ -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) {
//
Expand Down

0 comments on commit 8cfa730

Please sign in to comment.