]> source.dussan.org Git - rspamd.git/commitdiff
List-Unsubscribe debug message typo fix. 3093/head
authorReio Remma <reio@mrstuudio.ee>
Wed, 16 Oct 2019 20:31:50 +0000 (23:31 +0300)
committerReio Remma <reio@mrstuudio.ee>
Wed, 16 Oct 2019 20:31:50 +0000 (23:31 +0300)
src/plugins/lua/maillist.lua

index 54d46a79c4ecf673871703bb6b7e0c3c23606a0b..b1cf6fd80f40c9ef20f16ece9c0071f99ef71874 100644 (file)
@@ -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