You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2006/04/10 18:47:37 UTC

svn commit: r392985 - in /spamassassin/rules: branches/3.1/80_additional.cf trunk/sandbox/felicity/70_other.cf

Author: felicity
Date: Mon Apr 10 09:47:35 2006
New Revision: 392985

URL: http://svn.apache.org/viewcvs?rev=392985&view=rev
Log:
update better version of TVD_STOCK1

Modified:
    spamassassin/rules/branches/3.1/80_additional.cf
    spamassassin/rules/trunk/sandbox/felicity/70_other.cf

Modified: spamassassin/rules/branches/3.1/80_additional.cf
URL: http://svn.apache.org/viewcvs/spamassassin/rules/branches/3.1/80_additional.cf?rev=392985&r1=392984&r2=392985&view=diff
==============================================================================
--- spamassassin/rules/branches/3.1/80_additional.cf (original)
+++ spamassassin/rules/branches/3.1/80_additional.cf Mon Apr 10 09:47:35 2006
@@ -152,9 +152,9 @@
 header TVD_SUBJ_FINGER_03	Subject =~ /^\s*\*\s+(?:\w+\W+)+\*\s*$/
 describe TVD_SUBJ_FINGER_03	Subject looks like a standard spam format
 
-# 2006/04/09
-# 0.250   0.3063   0.0000    1.000   0.71    0.01  T_TVD_STOCK1
-body TVD_STOCK1		/(?:(?:Trading Date|Company Name|S\W?t\W?o\W?c\W?k|Current Price|weeks? high|market performance)\s*:.{1,40}){2}/i
+# 2006/04/09 original, 2006/04/11 updated
+# 0.587   0.7180   0.0000    1.000   0.80    0.01  TVD_STOCK1
+body TVD_STOCK1 /(?:(?:Trad(?:e|ing) Date|Company(?: Name)?|S\W?t\W?o\W?c\W?k|Current Price|expectations|weeks? high|market performance|(?:year|week|month) target)\s*:.{1,40}){2}/i
 describe TVD_STOCK1	Message looks like it's pushing a stock...
 
 ###########################################################################

Modified: spamassassin/rules/trunk/sandbox/felicity/70_other.cf
URL: http://svn.apache.org/viewcvs/spamassassin/rules/trunk/sandbox/felicity/70_other.cf?rev=392985&r1=392984&r2=392985&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/felicity/70_other.cf (original)
+++ spamassassin/rules/trunk/sandbox/felicity/70_other.cf Mon Apr 10 09:47:35 2006
@@ -171,9 +171,8 @@
 # 0.238   0.2868   0.0000    1.000   0.98    0.01  TVD_DEAD_JOB
 body TVD_DEAD_JOB /\bTired of working a dead end job\s*\?/i
 
-# 0.114   0.1374   0.0000    1.000   0.82    0.01  TVD_STOCK1
-body TVD_STOCK1 /(?:(?:Trading Date|Company Name|S\W?t\W?o\W?c\W?k|Current Price|weeks? high|market performance)\s*:.{1,40}){2}/i
-body T_TVD_STOCK1 /(?:(?:Trad(?:e|ing) Date|Company(?: Name)?|S\W?t\W?o\W?c\W?k|Current Price|expectations|weeks? high|market performance|(?:year|week|month) target)\s*:.{1,40}){2}/i
+# 0.587   0.7180   0.0000    1.000   0.80    0.01  TVD_STOCK1
+body TVD_STOCK1 /(?:(?:Trad(?:e|ing) Date|Company(?: Name)?|S\W?t\W?o\W?c\W?k|Current Price|expectations|weeks? high|market performance|(?:year|week|month) target)\s*:.{1,40}){2}/i
 
 # 0.425   0.5130   0.0000    1.000   1.00    0.01  TVD_SUBJ_FINGER_03
 header TVD_SUBJ_FINGER_03	Subject =~ /^\s*\*\s+(?:\w+\W+)+\*\s*$/