From 9f5c21c4c873dc8f279d289694538342c60b8fb3 Mon Sep 17 00:00:00 2001 From: Reio Remma Date: Wed, 16 Oct 2019 23:31:50 +0300 Subject: [PATCH] List-Unsubscribe debug message typo fix. --- src/plugins/lua/maillist.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lua/maillist.lua b/src/plugins/lua/maillist.lua index 54d46a79c4..b1cf6fd80f 100644 --- a/src/plugins/lua/maillist.lua +++ b/src/plugins/lua/maillist.lua @@ -242,7 +242,7 @@ local function check_generic_list_headers(task) has_subscribe = true end if task:get_header_count('list-unsubscribe') == 1 then - lua_util.debugm(N, task, 'has header List-Subscribe, score = %s', + lua_util.debugm(N, task, 'has header List-Unsubscribe, score = %s', score) score = score + 0.125 has_unsubscribe = true -- 2.47.3