commit 9f5c21c: List-Unsubscribe debug message typo fix.

Reio Remma reio at mrstuudio.ee
Wed Oct 16 22:56:06 UTC 2019


Author: Reio Remma
Date: 2019-10-16 23:31:50 +0300
URL: https://github.com/rspamd/rspamd/commit/9f5c21c4c873dc8f279d289694538342c60b8fb3 (refs/pull/3093/head)

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 54d46a79c..b1cf6fd80 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


More information about the Commits mailing list