From 61532c843a24440e1b0e2a8463c9fd680385f83b Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 22 May 2025 10:11:52 +0100 Subject: [PATCH] [Fix] Known senders: Use the same logic as in the replies module --- src/plugins/lua/known_senders.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lua/known_senders.lua b/src/plugins/lua/known_senders.lua index 5cb2ddcf59..cefdcc44c9 100644 --- a/src/plugins/lua/known_senders.lua +++ b/src/plugins/lua/known_senders.lua @@ -259,7 +259,7 @@ local function verify_local_replies_set(task) return nil end - local replies_recipients = task:get_recipients('mime') or E + local replies_recipients = task:get_recipients('smtp') or E local replies_sender_string = lua_util.maybe_obfuscate_string(tostring(replies_sender), settings, settings.sender_prefix) -- 2.47.3