Explorar el Código

[Minor] Additional log message for greylist plugin

tags/1.5.0
Andrew Lewis hace 7 años
padre
commit
7197962939
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/plugins/lua/greylist.lua

+ 1
- 0
src/plugins/lua/greylist.lua Ver fichero

@@ -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


Cargando…
Cancelar
Guardar