mail: add keyword blacklist

This commit is contained in:
Rouven Seifert 2023-10-21 00:49:24 +02:00
parent 5171b2f443
commit 75be7e22a3
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -315,6 +315,13 @@ in
map = "/var/lib/rspamd/blacklist.sender.email.map";
action = "reject";
}
BLACKLIST_SUBJECT_KEYWORDS {
type = "header";
header = "Subject"
map = "/var/lib/rspamd/blacklist.keyword.subject.map";
action = "reject";
regexp = true;
}
'';
};