From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Fri, 26 May 2023 09:44:52 +0000 (+0000) Subject: [Minor] Move HAS_ONION_URI from "experimental" to "url" group X-Git-Tag: 3.6~82^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F4495%2Fhead;p=rspamd.git [Minor] Move HAS_ONION_URI from "experimental" to "url" group --- diff --git a/rules/regexp/misc.lua b/rules/regexp/misc.lua index 66ba34996..4caa5da42 100644 --- a/rules/regexp/misc.lua +++ b/rules/regexp/misc.lua @@ -58,7 +58,7 @@ reconf['HAS_ONION_URI'] = { re = string.format('(%s | %s)', onion_uri_v2, onion_uri_v3), description = 'Contains .onion hidden service URI', score = 0.0, - group = 'experimental' + group = 'url' } local my_victim = [[/(?:victim|prey)/{words}]]