You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jq...@apache.org on 2015/04/24 17:35:28 UTC

svn commit: r1675890 - in /spamassassin/trunk: rules/20_phrases.cf rules/50_scores.cf rulesrc/sandbox/jquinn/ rulesrc/sandbox/jquinn/20_misc.cf

Author: jquinn
Date: Fri Apr 24 15:35:28 2015
New Revision: 1675890

URL: http://svn.apache.org/r1675890
Log:
moved EXCUSE_24 to sandbox so it uses AI scoring

Added:
    spamassassin/trunk/rulesrc/sandbox/jquinn/
    spamassassin/trunk/rulesrc/sandbox/jquinn/20_misc.cf
Modified:
    spamassassin/trunk/rules/20_phrases.cf
    spamassassin/trunk/rules/50_scores.cf

Modified: spamassassin/trunk/rules/20_phrases.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rules/20_phrases.cf?rev=1675890&r1=1675889&r2=1675890&view=diff
==============================================================================
--- spamassassin/trunk/rules/20_phrases.cf (original)
+++ spamassassin/trunk/rules/20_phrases.cf Fri Apr 24 15:35:28 2015
@@ -55,9 +55,6 @@ describe EXCUSE_4		Claims you can be rem
 # strange pattern because otherwise it matches the std. majordomo line
 # pls note the comment above. DO NOT just put "to" in the first group!
 
-body EXCUSE_24			/you(?:'ve|'re| have| are)? receiv(?:e|ed|ing) this (?:advertisement|offer|special|recurring|paid).{0,16}\b(?:by either|because)/i
-describe EXCUSE_24		Claims you wanted this ad
-
 body EXCUSE_REMOVE		/to be removed from.{0,20}(?:mailings|offers)/i
 describe EXCUSE_REMOVE		Talks about how to be removed from mailings
 

Modified: spamassassin/trunk/rules/50_scores.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rules/50_scores.cf?rev=1675890&r1=1675889&r2=1675890&view=diff
==============================================================================
--- spamassassin/trunk/rules/50_scores.cf (original)
+++ spamassassin/trunk/rules/50_scores.cf Fri Apr 24 15:35:28 2015
@@ -96,7 +96,6 @@ score EMAIL_ROT13 0 # n=0 n=1 n=2 n=3
 score EMPTY_MESSAGE 2.195 2.344 1.552 2.320
 score EM_ROLEX 0.595 1.309 2.068 0.618 # n=0
 score ENGLISH_UCE_SUBJECT 0.953 1.542 2.569 2.899 # n=0
-score EXCUSE_24 2.799
 score EXCUSE_4 2.399 1.687 2.399 1.325
 score EXCUSE_REMOVE 2.907 2.992 3.299 3.299
 #score FAKE_HELO_MAIL_COM_DOM 1.887 0.152 1.370 2.136

Added: spamassassin/trunk/rulesrc/sandbox/jquinn/20_misc.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/jquinn/20_misc.cf?rev=1675890&view=auto
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/jquinn/20_misc.cf (added)
+++ spamassassin/trunk/rulesrc/sandbox/jquinn/20_misc.cf Fri Apr 24 15:35:28 2015
@@ -0,0 +1,28 @@
+# SpamAssassin rules file: jquinn 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>
+#
+###########################################################################
+
+body EXCUSE_24                  /you(?:'ve|'re| have| are)? receiv(?:e|ed|ing) this (?:advertisement|offer|special|recurring|paid).{0,16}\b(?:by either|because)/i
+describe EXCUSE_24              Claims you wanted this ad
+