summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorDmitriy Alekseev <1865999+dragoangel@users.noreply.github.com>2022-09-14 12:09:32 +0300
committerGitHub <noreply@github.com>2022-09-14 12:09:32 +0300
commit22e5105506338a8177a8ad1e2aeb2c34c5850ac5 (patch)
treed5eef1b24500a737767b29a9e8909544d2444aa2 /contrib
parentbea3b69d11d629879bb38b39ce627aa229b2a215 (diff)
downloadrspamd-22e5105506338a8177a8ad1e2aeb2c34c5850ac5.tar.gz
rspamd-22e5105506338a8177a8ad1e2aeb2c34c5850ac5.zip
[Fix] Avoid overriding IP with Sender IP
Diffstat (limited to 'contrib')
-rw-r--r--contrib/elastic/rspamd_template.json4
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": {