]> source.dussan.org Git - rspamd.git/commitdiff
Erm, forgot to add the real fix to google groups
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 22 Jan 2016 16:50:38 +0000 (16:50 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 22 Jan 2016 16:50:38 +0000 (16:50 +0000)
src/plugins/lua/maillist.lua

index b5adacc79a3963717127d2f7357dc663a92163a0..51222f9b8a83393caa9d1a1908b1d651071c4dc4 100644 (file)
@@ -212,7 +212,11 @@ local function check_ml_googlegroup(task)
   local header = task:get_header('X-Google-Loop')
 
   if not header then
-    return false
+    header = task:get_header('X-Google-Group-Id')
+    
+    if not header then
+      return false
+    end
   end
 
   return check_rfc2919(task)