Page MenuHomeWMGMC Issues

No OneTemporary

diff --git a/data/conf/rspamd/local.d/groups.conf b/data/conf/rspamd/local.d/groups.conf
index c72740a6..9660deae 100644
--- a/data/conf/rspamd/local.d/groups.conf
+++ b/data/conf/rspamd/local.d/groups.conf
@@ -1,30 +1,30 @@
-symbol "MAILCOW_AUTH" {
- description = "mailcow authenticated";
- score = -20.0;
+symbols {
+ symbol "MAILCOW_AUTH" {
+ description = "mailcow authenticated";
+ score = -20.0;
+ }
+ symbol "CTYPE_MIXED_BOGUS" {
+ score = 0.0;
+ }
+ symbol "BAD_REP_POLICIES" {
+ score = 2.5;
+ }
}
group "MX" {
symbol "MX_INVALID" {
score = 0.5;
description = "No connectable MX";
one_shot = true;
}
symbol "MX_MISSING" {
score = 2.0;
description = "No MX record";
one_shot = true;
}
symbol "MX_GOOD" {
score = -0.01;
description = "MX was ok";
one_shot = true;
}
}
-
-symbol "CTYPE_MIXED_BOGUS" {
- score = 0.0;
-}
-
-symbol "BAD_REP_POLICIES" {
- score = 2.5;
-}

File Metadata

Mime Type
text/x-diff
Expires
9月 11 Thu, 1:34 PM (22 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5506
默认替代文本
(965 B)

Event Timeline