diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-03-25 14:41:50 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-03-25 14:41:50 +0000 |
commit | e0223b51eec03f42bb1228ec495773952034a0ad (patch) | |
tree | 78f45d475c65a50009b9189b6ccbb9b39c294cda /src/plugins/lua/greylist.lua | |
parent | 9836fe5686a3e439655753930d2e4fb7decd3309 (diff) | |
download | rspamd-e0223b51eec03f42bb1228ec495773952034a0ad.tar.gz rspamd-e0223b51eec03f42bb1228ec495773952034a0ad.zip |
[Minor] Remove some unused macros
Diffstat (limited to 'src/plugins/lua/greylist.lua')
-rw-r--r-- | src/plugins/lua/greylist.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/lua/greylist.lua b/src/plugins/lua/greylist.lua index f1dd34953..30ab7beb0 100644 --- a/src/plugins/lua/greylist.lua +++ b/src/plugins/lua/greylist.lua @@ -265,7 +265,6 @@ local function greylist_set(task) end local is_whitelisted = task:get_mempool():get_variable("grey_whitelisted") - local do_greylisting = task:get_mempool():get_variable("grey_greylisted") local do_greylisting_required = task:get_mempool():get_variable("grey_greylisted_required") -- Third and second level domains whitelist |