mail: add keyword blacklist
This commit is contained in:
parent
5171b2f443
commit
75be7e22a3
|
@ -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;
|
||||
}
|
||||
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue