From cbc77f903c44c9cad1a4dd8d4da3bfffbf86b8a6 Mon Sep 17 00:00:00 2001 From: lnedry Date: Sun, 22 Sep 2024 11:31:01 -0400 Subject: [PATCH] Update index.js Remove unused line. --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index fb284fc..56f27c9 100644 --- a/index.js +++ b/index.js @@ -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() }