diff options
author | Alexey AL <AlexeySa@users.noreply.github.com> | 2015-02-16 23:43:25 +0300 |
---|---|---|
committer | Alexey AL <AlexeySa@users.noreply.github.com> | 2015-02-16 23:43:25 +0300 |
commit | c3750a97125768b66ab767fcb244a0e91758ddca (patch) | |
tree | 0abc9bd11bb4daedc51caa318473b61626de2937 /conf | |
parent | ea63ab451690a906d95dd96570660c23604cc245 (diff) | |
download | rspamd-c3750a97125768b66ab767fcb244a0e91758ddca.tar.gz rspamd-c3750a97125768b66ab767fcb244a0e91758ddca.zip |
Update hfilter.lua
Diffstat (limited to 'conf')
-rw-r--r-- | conf/lua/hfilter.lua | 4 |
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') |