aboutsummaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-07-18 20:15:24 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-07-18 20:15:24 +0100
commit801abed417cf39fc3d2f31162eb2649ed8ee049e (patch)
tree7f61d8b5a06e812de33a85bd8d365245eec4a311 /rules
parent3c9316a2b7ab6c94764e492caad23b1a0ec5795c (diff)
downloadrspamd-801abed417cf39fc3d2f31162eb2649ed8ee049e.tar.gz
rspamd-801abed417cf39fc3d2f31162eb2649ed8ee049e.zip
[Minor] Remove reduntant debug
Diffstat (limited to 'rules')
-rw-r--r--rules/misc.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/misc.lua b/rules/misc.lua
index 2e4d25418..91d52e479 100644
--- a/rules/misc.lua
+++ b/rules/misc.lua
@@ -601,7 +601,6 @@ rspamd_config.R_BAD_CTE_7BIT = {
local mul = 1.0
local params = {cte}
if attrs then
- print(attrs.charset)
if attrs.charset and attrs.charset:lower() == "utf-8" then
-- Penalise rule as people don't know that utf8 is surprisingly
-- eight bit encoding