[ingo] patch to add X-Spam-Flag header test

Leena Heino Leena.Heino at uta.fi
Mon May 12 12:24:14 PDT 2003


Here's a patch to add X-Spam-Flag to ingo's header tests. Some anti spam
software add this header to email messages.

--- ingo/config/tests.php.dist.orig	Sat Mar 29 16:29:41 2003
+++ ingo/config/tests.php.dist	Mon May 12 11:16:17 2003
@@ -88,6 +88,9 @@
 $fields['X-Spam-Status'] = array(
     'label' => _("X-Spam-Status"),
     'tests' => $headertests);
+$fields['X-Spam-Flag'] = array(
+    'label' => _("X-Spam-Flag"),
+    'tests' => $headertests);
 $fields['X-Priority'] = array(
     'label' => _("X-Priority"),
     'tests' => $headertests);

-- 
  -- Leena Heino (liinu at uta.fi)


More information about the ingo mailing list