]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Move HAS_ONION_URI from "experimental" to "url" group 4495/head
authortwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 26 May 2023 09:44:52 +0000 (09:44 +0000)
committertwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 26 May 2023 09:44:52 +0000 (09:44 +0000)
rules/regexp/misc.lua

index 66ba349963c3f80be63ff44a0ee5aec933dd515e..4caa5da42c4903a2f738df829356f4470cbb7460 100644 (file)
@@ -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}]]