summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAlexey AL <AlexeySa@users.noreply.github.com>2015-02-16 23:39:21 +0300
committerAlexey AL <AlexeySa@users.noreply.github.com>2015-02-16 23:39:21 +0300
commitea63ab451690a906d95dd96570660c23604cc245 (patch)
treef82e437b37320331079e22e37cf1b039e15d4bcd /conf
parent69a7eaa6557272e04dd4d17254cfb839ac0b21bc (diff)
downloadrspamd-ea63ab451690a906d95dd96570660c23604cc245.tar.gz
rspamd-ea63ab451690a906d95dd96570660c23604cc245.zip
Update hfilter.lua
Diffstat (limited to 'conf')
-rw-r--r--conf/lua/hfilter.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/lua/hfilter.lua b/conf/lua/hfilter.lua
index 395050593..81ddb3726 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 = {