summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAlexey AL <AlexeySa@users.noreply.github.com>2015-02-16 23:43:25 +0300
committerAlexey AL <AlexeySa@users.noreply.github.com>2015-02-16 23:43:25 +0300
commitc3750a97125768b66ab767fcb244a0e91758ddca (patch)
tree0abc9bd11bb4daedc51caa318473b61626de2937 /conf
parentea63ab451690a906d95dd96570660c23604cc245 (diff)
downloadrspamd-c3750a97125768b66ab767fcb244a0e91758ddca.tar.gz
rspamd-c3750a97125768b66ab767fcb244a0e91758ddca.zip
Update hfilter.lua
Diffstat (limited to 'conf')
-rw-r--r--conf/lua/hfilter.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/lua/hfilter.lua b/conf/lua/hfilter.lua
index 81ddb3726..c00351644 100644
--- a/conf/lua/hfilter.lua
+++ b/conf/lua/hfilter.lua
@@ -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')