From 4b1ef14ae0f14d8e3f5810a31ae79d3dfe988cd0 Mon Sep 17 00:00:00 2001
From: Don Armstrong <don@debian.org>
Date: Mon, 23 Feb 2009 23:21:57 +0000
Subject: [PATCH]  * disable XIRONPORT because of false positives

git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@285 0b7a5b0c-1f2c-0410-bd74-c376f8064c91
---
 common/misc_spam | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/common/misc_spam b/common/misc_spam
index 1165f15..f3d4682 100644
--- a/common/misc_spam
+++ b/common/misc_spam
@@ -1,3 +1,5 @@
+# -*- mode: spamassassin -*-
+
 # This seems to catch a lot of spam, but not sure about false positive (from airmax.cf)
 # pasc couldn't find any false positives on the lists he's on
 header   X_MESSAGE_INFO exists:X-Message-Info
@@ -336,10 +338,12 @@ body LUKSUS		/\bluksus\b/i
 score LUKSUS		4
 describe LUKSUS		Luksus
 
+# disabled by don; was causing false positives
+# probably needs to be modified to check if it really is ironport
 # blarson 2008-09-22
-header XIRONPORT	X-IronPort-Anti-Spam-Filtered =~ /true/
-describe XIRONPORT	claims to be ironport filtered
-score XIRONPORT		2.5
+# header XIRONPORT	X-IronPort-Anti-Spam-Filtered =~ /true/
+# describe XIRONPORT	claims to be ironport filtered
+# score XIRONPORT		2.5
 
 # blarson 2008-10-13
 header AUTORESPON	subject =~ /Auto_response/
-- 
2.39.5