forked from wurzel/fruitbasket
mail: add keyword blacklist
This commit is contained in:
parent
5171b2f443
commit
75be7e22a3
1 changed files with 7 additions and 0 deletions
|
@ -315,6 +315,13 @@ in
|
||||||
map = "/var/lib/rspamd/blacklist.sender.email.map";
|
map = "/var/lib/rspamd/blacklist.sender.email.map";
|
||||||
action = "reject";
|
action = "reject";
|
||||||
}
|
}
|
||||||
|
BLACKLIST_SUBJECT_KEYWORDS {
|
||||||
|
type = "header";
|
||||||
|
header = "Subject"
|
||||||
|
map = "/var/lib/rspamd/blacklist.keyword.subject.map";
|
||||||
|
action = "reject";
|
||||||
|
regexp = true;
|
||||||
|
}
|
||||||
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue