From 067cfef876aa86ab7c5e98880a338e61df8e0082 Mon Sep 17 00:00:00 2001
From: Don Armstrong <don@debian.org>
Date: Wed, 14 Nov 2007 05:14:23 +0000
Subject: [PATCH] match different types of degrees

git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@101 0b7a5b0c-1f2c-0410-bd74-c376f8064c91
---
 common/phrase_spam | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/common/phrase_spam b/common/phrase_spam
index 1f12e72..f9ab912 100644
--- a/common/phrase_spam
+++ b/common/phrase_spam
@@ -173,6 +173,11 @@ body UNI2	/university\s+(diploma|cert|degree)/i
 describe UNI2	Got one, thanks
 score UNI2	4
 
+# don 2007-11-03
+body UNI3		/(?:(?:masters|batchelor|m\s*b\s*a\s*|ph\.?\s*d)\s*[,.]?\s*){2,}/i
+describe UNI3		multiple types of degrees
+score UNI3		2
+
 # cjwatson, 2004-03-12
 header JOB_CONFIRM	Subject =~ /Job confirmation/
 describe JOB_CONFIRM	Got one of these too, thanks
-- 
2.39.5