diff options
-rw-r--r-- | rules/misc.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/misc.lua b/rules/misc.lua index cbe90e561..8785ab4ac 100644 --- a/rules/misc.lua +++ b/rules/misc.lua @@ -896,7 +896,8 @@ local rnds_check_id = rspamd_config:register_symbol { end end, type = 'prefilter', - priority = lua_util.symbols_priorities.top, + -- TODO: settings might need to use this symbol if they depend on hostname... + priority = lua_util.symbols_priorities.top - 1, description = 'Check if hostname has been resolved by MTA', } |