]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Update hfilter.lua
authorAlexey AL <AlexeySa@users.noreply.github.com>
Mon, 16 Feb 2015 20:39:21 +0000 (23:39 +0300)
committerAlexey AL <AlexeySa@users.noreply.github.com>
Mon, 16 Feb 2015 20:39:21 +0000 (23:39 +0300)
conf/lua/hfilter.lua

index 39505059372948ac98c90c682caecd2e59f744d5..81ddb37267074d344087b516bbf6ed0271dabb69 100644 (file)
@@ -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 = {