[Rspamd] Fix groups.conf syntax

This commit is contained in:
andryyy 2020-01-05 11:24:13 +01:00
parent 2ffab974da
commit b098696b89
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF

View File

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