[Rspamd] Base on bullseye; remove nullnull map to _perhaps_ prevent a memleak

This commit is contained in:
andryyy
2021-09-01 15:21:43 +02:00
parent 853a281993
commit 8ee997b1a3
3 changed files with 7 additions and 14 deletions

View File

@@ -171,11 +171,3 @@ SMTP_LIMITED_ACCESS {
symbols_set = ["SMTP_LIMITED_ACCESS"];
}
BAD_SUBJECT_00 {
type = "header";
header = "subject";
regexp = true;
map = "http://nullnull.org/bad-subject-regex.txt";
score = 6.0;
symbols_set = ["BAD_SUBJECT_00"];
}