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

master
andryyy 2021-05-27 12:33:47 +02:00
parent 174038ae37
commit 4b28dbbabc
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 5 additions and 4 deletions

View File

@ -163,9 +163,10 @@ SMTP_LIMITED_ACCESS {
symbols_set = ["SMTP_LIMITED_ACCESS"];
}
ABUSE_NULLNULL {
type = "selector";
selector = "urls:get_host.lower";
map = "http://dns.mailcow.email/bad-domains.txt";
BAD_REGEX_00 {
type = "content";
filter = "headers"
regexp = true;
map = "http://nullnull.org/bad-header-regex.txt";
score = 20.0;
}