From ffd703b38d81905e9de706d752e489acabd54573 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 9 Feb 2009 20:36:31 +0000 Subject: [PATCH] * add rule about apartment spam git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@277 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- common/phrase_spam | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/common/phrase_spam b/common/phrase_spam index 572b5f0..baecbe5 100644 --- a/common/phrase_spam +++ b/common/phrase_spam @@ -1,3 +1,4 @@ +# -*- mode: spamassassin -*- # Added some rules from Rule du Jour that I've been testing for a while #Monotone (from airmax.cf) @@ -947,3 +948,9 @@ score WINESEASON 3 header JOINMEON subject =~ /join me on/ describe JOINMEON Lets not join you on anything score JOINMEON 2 + +# don 2009-02-09 +header ABOUTAPARTMENT subject =~/about\s*the\s*apartment/i +describe ABOUTAPARTMENT We don't care about apartments +score ABOUTAPARTMENT 2 + -- 2.39.2