瀏覽代碼

[Minor] Additional log message for greylist plugin

tags/1.5.0
Andrew Lewis 7 年之前
父節點
當前提交
7197962939
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/plugins/lua/greylist.lua

+ 1
- 0
src/plugins/lua/greylist.lua 查看文件

@@ -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…
取消
儲存