[Rspamd] Fix groups.conf syntax

This commit is contained in:
andryyy
2020-01-05 11:24:13 +01:00
parent 2ffab974da
commit b098696b89

View File

@@ -1,6 +1,14 @@
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" {
@@ -20,11 +28,3 @@ group "MX" {
one_shot = true;
}
}
symbol "CTYPE_MIXED_BOGUS" {
score = 0.0;
}
symbol "BAD_REP_POLICIES" {
score = 2.5;
}