From: Dmitriy Alekseev <1865999+dragoangel@users.noreply.github.com> Date: Wed, 14 Sep 2022 09:09:32 +0000 (+0300) Subject: [Fix] Avoid overriding IP with Sender IP X-Git-Tag: 3.3~27^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22e5105506338a8177a8ad1e2aeb2c34c5850ac5;p=thirdparty%2Frspamd.git [Fix] Avoid overriding IP with Sender IP --- diff --git a/contrib/elastic/rspamd_template.json b/contrib/elastic/rspamd_template.json index 94f54f1c91..a13fea2e58 100644 --- a/contrib/elastic/rspamd_template.json +++ b/contrib/elastic/rspamd_template.json @@ -90,6 +90,10 @@ "webmail": { "type": "boolean" }, + "sender_ip": { + "ignore_above": 1024, + "type": "keyword" + }, "geoip": { "properties": { "city_name": {