From: Vsevolod Stakhov Date: Thu, 1 Feb 2024 13:21:21 +0000 (+0000) Subject: [Minor] Proper header name X-Git-Tag: 3.8.2~5^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fda5af53e80823080fd5228924f1665ec9636bad;p=rspamd.git [Minor] Proper header name --- diff --git a/lualib/lua_scanners/kaspersky_se.lua b/lualib/lua_scanners/kaspersky_se.lua index bd0a01ffa..ec9589ac6 100644 --- a/lualib/lua_scanners/kaspersky_se.lua +++ b/lualib/lua_scanners/kaspersky_se.lua @@ -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