diff options
Diffstat (limited to 'src/plugins/lua/dmarc.lua')
-rw-r--r-- | src/plugins/lua/dmarc.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/lua/dmarc.lua b/src/plugins/lua/dmarc.lua index f2faef89f..fc85c4766 100644 --- a/src/plugins/lua/dmarc.lua +++ b/src/plugins/lua/dmarc.lua @@ -328,11 +328,6 @@ if not opts or type(opts) ~= 'table' then return end -if opts['enabled'] == false then - rspamd_logger.infox(rspamd_config, 'module is disabled') - return -end - if opts['symbols'] then for k,_ in pairs(dmarc_symbols) do if opts['symbols'][k] then |