From ea63ab451690a906d95dd96570660c23604cc245 Mon Sep 17 00:00:00 2001 From: Alexey AL Date: Mon, 16 Feb 2015 23:39:21 +0300 Subject: [PATCH] Update hfilter.lua --- conf/lua/hfilter.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/lua/hfilter.lua b/conf/lua/hfilter.lua index 3950505937..81ddb37267 100644 --- a/conf/lua/hfilter.lua +++ b/conf/lua/hfilter.lua @@ -377,8 +377,6 @@ local function hfilter(task) if count_rcpt > 1 then task:insert_result('HFILTER_RCPT_BOUNCEMOREONE', 1.00) end - elseif count_rcpt >= 5 then - task:insert_result('HFILTER_RCPT_MANY', 1.00) end end end @@ -422,7 +420,6 @@ local symbols_hostname = { "HFILTER_HOSTNAME_UNKNOWN" } local symbols_rcpt = { - "HFILTER_RCPT_MANY", "HFILTER_RCPT_BOUNCEMOREONE" } local symbols_mid = { -- 2.47.3