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

index 81ddb37267074d344087b516bbf6ed0271dabb69..c00351644cfe2b5c6d6eadedcfa64b312324072a 100644 (file)
@@ -371,7 +371,6 @@ local function hfilter(task)
   if config['rcpt_enabled'] then
     local rcpt = task:get_recipients()    
     if rcpt then
-      --RCPT count --
       local count_rcpt = table.maxn(rcpt)
       if frombounce then
         if count_rcpt > 1 then
@@ -435,7 +434,8 @@ local symbols_url = {
 local symbols_from = {
   "HFILTER_FROMHOST_NORESOLVE_MX",
   "HFILTER_FROMHOST_NORES_A_OR_MX",
-  "HFILTER_FROMHOST_NOT_FQDN"
+  "HFILTER_FROMHOST_NOT_FQDN",
+  "HFILTER_FROM_BOUNCE"
 }
 
 local opts = rspamd_config:get_all_opt('hfilter')