mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-27 09:19:15 +08:00
[Rspamd] Replace 00 bad domains by bad regex map (wip)
This commit is contained in:
parent
174038ae37
commit
4b28dbbabc
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user