From: Reio Remma Date: Wed, 16 Oct 2019 20:31:50 +0000 (+0300) Subject: List-Unsubscribe debug message typo fix. X-Git-Tag: 2.1~84^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3093%2Fhead;p=thirdparty%2Frspamd.git List-Unsubscribe debug message typo fix. --- 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