aboutsummaryrefslogtreecommitdiffstats
path: root/rules/regexp
diff options
context:
space:
mode:
authortwesterhever <40121680+twesterhever@users.noreply.github.com>2023-05-26 09:44:52 +0000
committertwesterhever <40121680+twesterhever@users.noreply.github.com>2023-05-26 09:44:52 +0000
commit433dc0e2d70d10a0fe8b78d27259660ae06b7514 (patch)
treeeca449289031fb1bd02778fe4348a27fa7e97d15 /rules/regexp
parent7a0fce60aee0860ef48b6d8e98d413cf540dcf46 (diff)
downloadrspamd-433dc0e2d70d10a0fe8b78d27259660ae06b7514.tar.gz
rspamd-433dc0e2d70d10a0fe8b78d27259660ae06b7514.zip
[Minor] Move HAS_ONION_URI from "experimental" to "url" group
Diffstat (limited to 'rules/regexp')
-rw-r--r--rules/regexp/misc.lua2
1 files changed, 1 insertions, 1 deletions
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}]]