Ver código fonte

[Minor] Unify configuration file structure

tags/3.5
twesterhever 1 ano atrás
pai
commit
a651be3ffb

+ 1
- 0
conf/scores.d/headers_group.conf Ver arquivo

@@ -16,6 +16,7 @@
# See https://rspamd.com/doc/tutorials/writing_rules.html for details

description = "Various headers checks";

max_score = 8.0;

symbols = {

+ 2
- 3
conf/scores.d/mime_types_group.conf Ver arquivo

@@ -16,9 +16,8 @@
# See https://rspamd.com/doc/tutorials/writing_rules.html for details

description = "Mime attachments rules";
# Define some limit for this group
max_score = 10.0;

max_score = 10.0;

symbols = {
"MIME_GOOD" {
@@ -76,4 +75,4 @@ symbols = {
description = "Filename with known obscured unicode characters";
one_shot = true;
}
}
}

+ 2
- 2
conf/scores.d/subject_group.conf Ver arquivo

@@ -17,7 +17,7 @@

description = "Subject filters";

max_score = 6.0;

symbols = {
}

max_score = 6.0;

Carregando…
Cancelar
Salvar