Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Remove unused line.
  • Loading branch information
lnedry authored Sep 22, 2024
1 parent 89ef275 commit cbc77f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ exports.host_mismatch = function (next, connection, helo) {
const prev_helo = connection.results.get('helo.checks').helo_host
if (!prev_helo) {
connection.results.add(this, { skip: 'host_mismatch(1st)' })
connection.notes.prev_helo = helo
return next()
}

Expand Down

0 comments on commit cbc77f9

Please sign in to comment.