commit 22e5105: [Fix] Avoid overriding IP with Sender IP

GitHub noreply at github.com
Wed Sep 14 20:49:03 UTC 2022


Author: Dmitriy Alekseev
Date: 2022-09-14 12:09:32 +0300
URL: https://github.com/rspamd/rspamd/commit/22e5105506338a8177a8ad1e2aeb2c34c5850ac5

[Fix] Avoid overriding IP with Sender IP

---
 contrib/elastic/rspamd_template.json | 4 ++++
 1 file changed, 4 insertions(+)

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": {


More information about the Commits mailing list