Browse Source

[Minor] Unify configuration file structure

tags/3.5
twesterhever 1 year ago
parent
commit
a651be3ffb

+ 1
- 0
conf/scores.d/headers_group.conf View File

# See https://rspamd.com/doc/tutorials/writing_rules.html for details # See https://rspamd.com/doc/tutorials/writing_rules.html for details


description = "Various headers checks"; description = "Various headers checks";

max_score = 8.0; max_score = 8.0;


symbols = { symbols = {

+ 2
- 3
conf/scores.d/mime_types_group.conf View File

# See https://rspamd.com/doc/tutorials/writing_rules.html for details # See https://rspamd.com/doc/tutorials/writing_rules.html for details


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


max_score = 10.0;


symbols = { symbols = {
"MIME_GOOD" { "MIME_GOOD" {
description = "Filename with known obscured unicode characters"; description = "Filename with known obscured unicode characters";
one_shot = true; one_shot = true;
} }
}
}

+ 2
- 2
conf/scores.d/subject_group.conf View File



description = "Subject filters"; description = "Subject filters";


max_score = 6.0;

symbols = { symbols = {
} }

max_score = 6.0;

Loading…
Cancel
Save