Parcourir la source

[Minor] Add default score for cloudmark

tags/3.2
Vsevolod Stakhov il y a 2 ans
Parent
révision
4a1d4f4f3d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      lualib/lua_scanners/cloudmark.lua

+ 1
- 1
lualib/lua_scanners/cloudmark.lua Voir le fichier

@@ -83,7 +83,7 @@ local function cloudmark_config(opts)

if cloudmark_conf.upstreams then

cloudmark_conf.symbols = {cloudmark_conf.symbol_spam}
cloudmark_conf.symbols = {{ symbol = cloudmark_conf.symbol_spam, score = 5.0 }}
lua_util.add_debug_alias('external_services', cloudmark_conf.name)
return cloudmark_conf
end

Chargement…
Annuler
Enregistrer