[Rspamd] Better support for DeltaChat

This commit is contained in:
andryyy
2021-07-09 07:42:37 +02:00
parent 236fdf5584
commit 5a6d970794
2 changed files with 20 additions and 6 deletions

View File

@@ -19,6 +19,14 @@ BULK_HEADER {
symbols_set = ["BULK_HEADER"];
}
CHAT_VERSION_HEADER {
type = "header";
header = "Chat-Version";
map = "${LOCAL_CONFDIR}/custom/chat_versions.map";
regexp = true;
symbols_set = ["CHAT_VERSION_HEADER"];
}
BAD_HEADER {
type = "content";
map = "${LOCAL_CONFDIR}/custom/bad_header.map";