[Rspamd] Fix groups.conf syntax

master
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
1 changed files with 11 additions and 11 deletions

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