[Rspamd] Reduce 00 bad subjects score

master
andryyy 2021-06-05 17:45:27 +02:00
parent 05f6e28191
commit d7ecf899c8
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 1 additions and 1 deletions

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