Skip to content

Commit

Permalink
Merge pull request #1 from lnedry/master
Browse files Browse the repository at this point in the history
chore: remove unused set of conn.notes.prev_helo
  • Loading branch information
msimerson authored Sep 24, 2024
2 parents 89ef275 + cbc77f9 commit 38de679
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 38de679

Please sign in to comment.