[Rspamd] Replace 00 bad domains by bad regex map (wip)
parent
4ede07854d
commit
fe483d882d
|
@ -163,10 +163,11 @@ SMTP_LIMITED_ACCESS {
|
||||||
symbols_set = ["SMTP_LIMITED_ACCESS"];
|
symbols_set = ["SMTP_LIMITED_ACCESS"];
|
||||||
}
|
}
|
||||||
|
|
||||||
BAD_REGEX_00 {
|
BAD_SUBJECT_00 {
|
||||||
type = "content";
|
type = "header";
|
||||||
filter = "headers"
|
header = "subject";
|
||||||
regexp = true;
|
regexp = true;
|
||||||
map = "http://nullnull.org/bad-header-regex.txt";
|
map = "http://nullnull.org/bad-subject-regex.txt";
|
||||||
score = 20.0;
|
score = 20.0;
|
||||||
|
symbols_set = ["BAD_SUBJECT_00"];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue