[Rspamd] Reduce 00 bad subjects score

This commit is contained in:
andryyy
2021-06-05 17:45:27 +02:00
parent 05f6e28191
commit d7ecf899c8

View File

@@ -168,6 +168,6 @@ BAD_SUBJECT_00 {
header = "subject";
regexp = true;
map = "http://nullnull.org/bad-subject-regex.txt";
score = 20.0;
score = 6.0;
symbols_set = ["BAD_SUBJECT_00"];
}