diff options
Diffstat (limited to 'contrib/elastic/rspamd_template.json')
-rw-r--r-- | contrib/elastic/rspamd_template.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/elastic/rspamd_template.json b/contrib/elastic/rspamd_template.json index 94f54f1c9..a13fea2e5 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": { |