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 2005/12/21 09:29:54 UTC

svn commit: r358226 - /spamassassin/rules/trunk/sandbox/felicity/70_other.cf

Author: felicity
Date: Wed Dec 21 00:29:51 2005
New Revision: 358226

URL: http://svn.apache.org/viewcvs?rev=358226&view=rev
Log:
add in new test rule

Modified:
    spamassassin/rules/trunk/sandbox/felicity/70_other.cf

Modified: spamassassin/rules/trunk/sandbox/felicity/70_other.cf
URL: http://svn.apache.org/viewcvs/spamassassin/rules/trunk/sandbox/felicity/70_other.cf?rev=358226&r1=358225&r2=358226&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/felicity/70_other.cf (original)
+++ spamassassin/rules/trunk/sandbox/felicity/70_other.cf Wed Dec 21 00:29:51 2005
@@ -37,9 +37,13 @@
 meta T_SUBJ_RE_NUM	!__THEBAT_MUA && __SUBJ_RE_NUM
 describe T_SUBJ_RE_NUM	Subject is faking 'The Bat!' responses
 
-# tvd
 # 0.506   0.5714   0.0000    1.000   1.00    0.01  T_DRUGS_HDIA
 header T_DRUGS_HDIA	Subject =~ /\bhoodia\b/i
+
+#  0.184   0.2221   0.0000    1.000   1.00    0.01  T_TVD_FROM_1
+#  0.184   0.2284   0.0000    1.000   1.00    0.01  T_TVD_FROM_2
+header T_TVD_FROM_1	From:addr =~ /[^\@0-9]{2}\d{3}\.(?:com|net|org|info|biz)$/i
+header T_TVD_FROM_2     From:addr =~ /[^\@0-9]{2}\d{3}\.[a-z]+$/i
 
 
 loadplugin Mail::SpamAssassin::Plugin::Sandbox::felicity sandbox-felicity.pm