diff options
Diffstat (limited to 'src/plugins/lua/bimi.lua')
-rw-r--r-- | src/plugins/lua/bimi.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/lua/bimi.lua b/src/plugins/lua/bimi.lua index a2768ea26..16ed25c96 100644 --- a/src/plugins/lua/bimi.lua +++ b/src/plugins/lua/bimi.lua @@ -335,7 +335,7 @@ local function bimi_callback(task) -- We can either check BIMI via DNS or check Redis cache -- BIMI check is an external check, so we might prefer Redis to be checked -- first. On the other hand, DNS request is cheaper and counting low BIMI - -- adoptation we would need to have both Redis and DNS request to hit no + -- adaptation we would need to have both Redis and DNS request to hit no -- result. So, it might be better to check DNS first at this stage... check_bimi_dns(task, dmarc_domain_maybe) end |