Important fix for Rspamd score settings, LUA tag handling changes

This commit is contained in:
andryyy
2017-03-03 04:46:32 +01:00
parent a12f957cef
commit d775af538d
2 changed files with 22 additions and 11 deletions

View File

@@ -25,6 +25,10 @@ local auth_domain_map = rspamd_config:add_map({
rspamd_config.ADD_DELIMITER_TAG = {
callback = function(task)
tag = nil
local tag_env = nil
local tag_to = nil
local util = require("rspamd_util")
local rspamd_logger = require "rspamd_logger"