You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2007/04/19 18:08:24 UTC

svn commit: r530468 - /spamassassin/rules/trunk/sandbox/kmcgrail/20_test.cf

Author: kmcgrail
Date: Thu Apr 19 09:08:23 2007
New Revision: 530468

URL: http://svn.apache.org/viewvc?view=rev&rev=530468
Log:
More KAM Rules for Testing on Mass Nightly Check

Added:
    spamassassin/rules/trunk/sandbox/kmcgrail/20_test.cf

Added: spamassassin/rules/trunk/sandbox/kmcgrail/20_test.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/kmcgrail/20_test.cf?view=auto&rev=530468
==============================================================================
--- spamassassin/rules/trunk/sandbox/kmcgrail/20_test.cf (added)
+++ spamassassin/rules/trunk/sandbox/kmcgrail/20_test.cf Thu Apr 19 09:08:23 2007
@@ -0,0 +1,101 @@
+# SpamAssassin rules file: kam sandbox
+#
+# Please don't modify this file as your changes will be overwritten with
+# the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
+# See 'perldoc Mail::SpamAssassin::Conf' for details.
+#
+# <@LICENSE>
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to you under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at:
+# 
+#     http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# </...@LICENSE>
+#
+###########################################################################
+
+#LOTTO CRUD
+body            __KAM_LOTTO1    /e-mail address (has won|attached to (ticket|reference))/is
+body            __KAM_LOTTO2    /((ticket|serial|lucky) number|secret pin ?code)/is
+body            __KAM_LOTTO3    /(won|claim|cash prize|pounds? sterling)/is
+body            __KAM_LOTTO4    /(claims (officer|agent)|lottery coordinator|fiduciary (officer|agent))/is
+body            __KAM_LOTTO5    /(freelotto group|Royal Heritage Lottery|UK National (Online)? Lottery|U\.?K\.? Grand Promotions)/is
+body            __KAM_LOTTO6    /(Dear Lucky Winner|Winning Notification)/is
+
+meta            KAM_LOTTO1      (__KAM_LOTTO1 + __KAM_LOTTO2 + __KAM_LOTTO3 + __KAM_LOTTO4 + __KAM_LOTTO5 + __KAM_LOTTO6 >= 3)
+describe        KAM_LOTTO1      Likely to be a e-Lotto Scam Email
+score           KAM_LOTTO1      0.5
+
+meta            KAM_LOTTO2      (__KAM_LOTTO1 + __KAM_LOTTO2 + __KAM_LOTTO3 + __KAM_LOTTO4 + __KAM_LOTTO5 + __KAM_LOTTO6 >= 4)
+describe        KAM_LOTTO2      Highly Likely to be a e-Lotto Scam Email
+score           KAM_LOTTO2      1.0
+
+meta            KAM_LOTTO3      (__KAM_LOTTO1 + __KAM_LOTTO2 + __KAM_LOTTO3 + __KAM_LOTTO4 + __KAM_LOTTO5 + __KAM_LOTTO6 >= 5)
+describe        KAM_LOTTO3      Almost certain to be a e-Lotto Scam Email
+score           KAM_LOTTO3      2.0
+
+#ABOUT YOUR INTERNET ACTIVITIES SPYWARE CRUD
+header          __KAM_ABOUT1    Subject =~ /About your Internet (activities|activity)/i
+body            __KAM_ABOUT2    /Spyware/i
+
+meta            KAM_ABOUT       (__KAM_ABOUT1 + __KAM_ABOUT2 >=2)
+describe        KAM_ABOUT       Email Scam Hawking Anti-Spyware
+score           KAM_ABOUT       1.0
+
+#EMAIL ADVERTISING
+body            __KAM_ADVERT1   /email advertising/is
+body            __KAM_ADVERT2   /instant traffic and sales/is
+body            __KAM_ADVERT3   /Email Ad Broadcast/is
+header          __KAM_ADVERT4   Subject =~ /instant traffic, leads and sales/i
+meta            KAM_ADVERT      (__KAM_ADVERT1 + __KAM_ADVERT2 + __KAM_ADVERT3 + __KAM_ADVERT4 >= 4)
+describe        KAM_ADVERT      Mailing List Scammers Hawking Their Lists / Services
+score           KAM_ADVERT      1.0
+
+#ADVERTISEMENT
+body            KAM_ADVERT2     /This is an Advertisement/is
+describe        KAM_ADVERT2     This is probably an unwanted commercial email...
+score           KAM_ADVERT2     0.4
+
+#CAN SPAM
+body            KAM_CANSPAM     /(full compliance with the U.S. Federal-?Can-?Spam-Act|provides CAN-SPAM compliant email)/is
+describe        KAM_CANSPAM     SPAM = Lack of Consent not a Legal Defintion
+score           KAM_CANSPAM     1.0
+
+#GIFT CARDS
+body            __KAM_GIFT1     /Claim your free \$500 Target Gift Card/is
+body            __KAM_GIFT2     /unsubscribe from this advertisemetn/is
+meta            KAM_GIFT        (__KAM_GIFT1 + __KAM_GIFT2 >= 2)
+describe        KAM_GIFT        Gift Card Scams
+score           KAM_GIFT        1.5
+
+#MYSTERY SHOPPER
+body            __KAM_SHOP1     /chosen to participate as a Mystery Shopper/is
+body            __KAM_SHOP2     /Do you like to shop/is
+body            __KAM_SHOP3     /make money while you shop/is
+meta            KAM_SHOP        (__KAM_SHOP1 + __KAM_SHOP2 + __KAM_SHOP3 >= 3)
+describe        KAM_SHOP        Mystery Shopper Scams
+score           KAM_SHOP        2.0
+
+#FAST CASH
+body            __KAM_FAST1     /make fast cash in real estate/is
+meta            KAM_FAST        (__KAM_FAST1 + KAM_ADVERT2 >=2)
+describe        KAM_FAST        Get Rich Quick, Make Money Fast Schemes
+score           KAM_FAST        1.6
+
+#BIZ CARDS FREE!
+body            __KAM_BIZ1      /You always need new cards/is
+header          __KAM_BIZ2      Subject =~ /(do not pay|Stop paying) for business cards/i
+
+meta            KAM_BIZ         (__KAM_BIZ1 + __KAM_BIZ2 >= 1)
+describe        KAM_BIZ         Free Business Card Emails
+score           KAM_BIZ         1.5
+#EOF