Browse Source

[Minor] Additional log message for greylist plugin

tags/1.5.0
Andrew Lewis 7 years ago
parent
commit
7197962939
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/plugins/lua/greylist.lua

+ 1
- 0
src/plugins/lua/greylist.lua View File

@@ -276,6 +276,7 @@ local function greylist_set(task)
if is_whitelisted then
if action == 'greylist' then
-- We are going to accept message
rspamd_logger.infox(task, 'Downgrading metric action from "greylist" to "no action"')
task:set_metric_action('default', 'no action')
end


Loading…
Cancel
Save