From: Alexey AL Date: Mon, 16 Feb 2015 20:39:21 +0000 (+0300) Subject: Update hfilter.lua X-Git-Tag: 0.9.0~686^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea63ab451690a906d95dd96570660c23604cc245;p=thirdparty%2Frspamd.git Update hfilter.lua --- 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 = {