[Rspamd] Re-add bad subject maps (_not_ related to previous mem leaks)
This commit is contained in:
@@ -171,3 +171,11 @@ SMTP_LIMITED_ACCESS {
|
||||
symbols_set = ["SMTP_LIMITED_ACCESS"];
|
||||
}
|
||||
|
||||
BAD_SUBJECT_00 {
|
||||
type = "header";
|
||||
header = "subject";
|
||||
regexp = true;
|
||||
map = "http://nullnull.org/bad-subject-regex.txt";
|
||||
score = 6.0;
|
||||
symbols_set = ["BAD_SUBJECT_00"];
|
||||
}
|
||||
|
Reference in New Issue
Block a user