From 9ca8fad8ab7698bfc2fb2c000586351e5cc5806c Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 20 May 2022 22:02:49 +0100 Subject: [PATCH] [Minor] Maillist: Relax rules for subscribe/unsubscribe slightly --- src/plugins/lua/maillist.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/plugins/lua/maillist.lua b/src/plugins/lua/maillist.lua index c639dc2dc1..78642c4aa1 100644 --- a/src/plugins/lua/maillist.lua +++ b/src/plugins/lua/maillist.lua @@ -231,10 +231,6 @@ local function check_generic_list_headers(task) if has_subscribe and has_unsubscribe then score = score + 0.25 - elseif (has_unsubscribe) then - score = score - 0.25 - elseif (has_subscribe) then - score = score - 0.75 end lua_util.debugm(N, task, 'final maillist score %s', score) -- 2.47.3