Parcourir la source

[Minor] Additional log message for greylist plugin

tags/1.5.0
Andrew Lewis il y a 7 ans
Parent
révision
7197962939
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      src/plugins/lua/greylist.lua

+ 1
- 0
src/plugins/lua/greylist.lua Voir le fichier

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


Chargement…
Annuler
Enregistrer