commit 433dc0e: [Minor] Move HAS_ONION_URI from "experimental" to "url" group

twesterhever 40121680+twesterhever at users.noreply.github.com
Sun Jun 4 15:42:03 UTC 2023


Author: twesterhever
Date: 2023-05-26 09:44:52 +0000
URL: https://github.com/rspamd/rspamd/commit/433dc0e2d70d10a0fe8b78d27259660ae06b7514 (refs/pull/4495/head)

[Minor] Move HAS_ONION_URI from "experimental" to "url" group

---
 rules/regexp/misc.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}]]


More information about the Commits mailing list