diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-03-19 16:30:31 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-03-19 16:30:31 +0000 |
commit | 698bf6f96d97eb8514c2b47519f120abe1f3df7f (patch) | |
tree | 8a004cb517b1da378ce19f054c4ea510ad1bb18a /rules | |
parent | c427048cec9cbdbd0da8457dfbd6ffbd6bdab02b (diff) | |
download | rspamd-698bf6f96d97eb8514c2b47519f120abe1f3df7f.tar.gz rspamd-698bf6f96d97eb8514c2b47519f120abe1f3df7f.zip |
[Minor] Sigh, another try to fix coroutines errors
Diffstat (limited to 'rules')
-rw-r--r-- | rules/regexp/misc.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/regexp/misc.lua b/rules/regexp/misc.lua index f7ea49bc2..5f6e20a06 100644 --- a/rules/regexp/misc.lua +++ b/rules/regexp/misc.lua @@ -111,7 +111,6 @@ local id = rspamd_config:register_symbol{ callback = function(task) local rspamd_re = require "rspamd_regexp" local hash = require "rspamd_cryptobox_hash" - local rspamd_logger = require "rspamd_logger" if task:has_symbol('LEAKED_PASSWORD_SCAM') then -- Perform BTC wallet check (quite expensive) |