Browse Source

[Fix] Avoid overriding IP with Sender IP

tags/3.3
Dmitriy Alekseev 1 year ago
parent
commit
22e5105506
No account linked to committer's email address
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      contrib/elastic/rspamd_template.json

+ 4
- 0
contrib/elastic/rspamd_template.json View File

@@ -90,6 +90,10 @@
"webmail": {
"type": "boolean"
},
"sender_ip": {
"ignore_above": 1024,
"type": "keyword"
},
"geoip": {
"properties": {
"city_name": {

Loading…
Cancel
Save