aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey <AlexeySa@users.noreply.github.com>2014-05-21 11:29:08 -0700
committerAlexey <AlexeySa@users.noreply.github.com>2014-05-21 11:29:08 -0700
commit85b56b173f5aedff4fa20dc4e9fddec82bda7666 (patch)
treec4b15ed213d7f92cf9d22420a74d12bddceba460
parent232dd5ed740c636e4b3e717740be90493eea1e67 (diff)
downloadrspamd-85b56b173f5aedff4fa20dc4e9fddec82bda7666.tar.gz
rspamd-85b56b173f5aedff4fa20dc4e9fddec82bda7666.zip
Change logic
-rw-r--r--src/plugins/lua/rbl.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/lua/rbl.lua b/src/plugins/lua/rbl.lua
index cef48f8b6..bdfe3500b 100644
--- a/src/plugins/lua/rbl.lua
+++ b/src/plugins/lua/rbl.lua
@@ -120,10 +120,10 @@ if(opts['default_ipv6'] == nil) then
opts['default_ipv6'] = false
end
if(opts['default_received'] == nil) then
- opts['default_received'] = true
+ opts['default_received'] = false
end
if(opts['default_from'] == nil) then
- opts['default_from'] = false
+ opts['default_from'] = true
end
if(opts['default_unknown'] == nil) then
opts['default_unknown'] = false