diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-02-23 13:20:14 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-02-23 13:20:14 +0000 |
commit | eb75c68f30b346b352e69eae90c363c8ef113175 (patch) | |
tree | 4a48cfb4654e5b97f9ec2b93c5c7adc5e47e649a /src/plugins/lua/milter_headers.lua | |
parent | 24aec6cd1d0fc0ebbf7baa0f0b78a858e16b5ce1 (diff) | |
download | rspamd-eb75c68f30b346b352e69eae90c363c8ef113175.tar.gz rspamd-eb75c68f30b346b352e69eae90c363c8ef113175.zip |
[Refactor] Rename all lua libraries in the common way
Diffstat (limited to 'src/plugins/lua/milter_headers.lua')
-rw-r--r-- | src/plugins/lua/milter_headers.lua | 2 |
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] = |