]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Proper header name
authorVsevolod Stakhov <vsevolod@rspamd.com>
Thu, 1 Feb 2024 13:21:21 +0000 (13:21 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Thu, 1 Feb 2024 13:21:21 +0000 (13:21 +0000)
lualib/lua_scanners/kaspersky_se.lua

index bd0a01ffac82fee769ddb13bdd98bb58997b6344..ec9589ac62604090b1635cddb6dce476a684ab5e 100644 (file)
@@ -120,7 +120,7 @@ local function kaspersky_se_check(task, content, digest, rule, maybe_part)
 
     local ip = task:get_from_ip()
     if ip and ip:is_valid() then
-      hdrs['X-KAV-SourceIP'] = tostring(ip)
+      hdrs['X-KAV-HostIP'] = tostring(ip)
     end
 
     if task:has_from() then