1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-12 04:23:24 +02:00

[Rspamd] Replace 00 bad domains by bad regex map (wip)

This commit is contained in:
andryyy 2021-05-27 13:17:35 +02:00
parent 4ede07854d
commit fe483d882d
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF

View File

@ -163,10 +163,11 @@ SMTP_LIMITED_ACCESS {
symbols_set = ["SMTP_LIMITED_ACCESS"];
}
BAD_REGEX_00 {
type = "content";
filter = "headers"
BAD_SUBJECT_00 {
type = "header";
header = "subject";
regexp = true;
map = "http://nullnull.org/bad-header-regex.txt";
map = "http://nullnull.org/bad-subject-regex.txt";
score = 20.0;
symbols_set = ["BAD_SUBJECT_00"];
}