aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/milter_headers.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/lua/milter_headers.lua')
-rw-r--r--src/plugins/lua/milter_headers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/lua/milter_headers.lua b/src/plugins/lua/milter_headers.lua
index a0cca43d3..176597b60 100644
--- a/src/plugins/lua/milter_headers.lua
+++ b/src/plugins/lua/milter_headers.lua
@@ -350,7 +350,7 @@ local function milter_headers(task)
routines['authentication-results'] = function()
if skip_wanted('authentication-results') then return end
- local ar = require "auth_results"
+ local ar = require "lua_auth_results"
if settings.routines['authentication-results'].remove then
remove[settings.routines['authentication-results'].header] =