[Rspamd] Replace 00 bad domains by bad regex map (wip)
parent
174038ae37
commit
4b28dbbabc
|
@ -163,9 +163,10 @@ SMTP_LIMITED_ACCESS {
|
||||||
symbols_set = ["SMTP_LIMITED_ACCESS"];
|
symbols_set = ["SMTP_LIMITED_ACCESS"];
|
||||||
}
|
}
|
||||||
|
|
||||||
ABUSE_NULLNULL {
|
BAD_REGEX_00 {
|
||||||
type = "selector";
|
type = "content";
|
||||||
selector = "urls:get_host.lower";
|
filter = "headers"
|
||||||
map = "http://dns.mailcow.email/bad-domains.txt";
|
regexp = true;
|
||||||
|
map = "http://nullnull.org/bad-header-regex.txt";
|
||||||
score = 20.0;
|
score = 20.0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue