You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2005/08/10 04:11:30 UTC

svn commit: r231150 - /spamassassin/branches/3.1/rules/70_testing.cf

Author: jm
Date: Tue Aug  9 19:11:28 2005
New Revision: 231150

URL: http://svn.apache.org/viewcvs?rev=231150&view=rev
Log:
forgot this: these shouldn't be active in a release branch

Modified:
    spamassassin/branches/3.1/rules/70_testing.cf

Modified: spamassassin/branches/3.1/rules/70_testing.cf
URL: http://svn.apache.org/viewcvs/spamassassin/branches/3.1/rules/70_testing.cf?rev=231150&r1=231149&r2=231150&view=diff
==============================================================================
--- spamassassin/branches/3.1/rules/70_testing.cf (original)
+++ spamassassin/branches/3.1/rules/70_testing.cf Tue Aug  9 19:11:28 2005
@@ -26,19 +26,19 @@
 #
 ########################################################################
 
-body T_HTML_IFRAME_SRC	eval:check_iframe_src()
-describe T_HTML_IFRAME_SRC	Message has HTML IFRAME tag with SRC URI
-
-# These phrases seem to occur a lot in phishing...
-body T_PH_SEC		/\byour .{0,40}account .{0,40}security/i
-describe T_PH_SEC	Message has a phrase standard for phishing mails
-body T_PH_REC		/\byour .{0,40}account .{0,40}record/i
-describe T_PH_REC	Message has a phrase standard for phishing mails
-
-# tvd- works well for me in testing, let's see how well it works for others
-#  0.331   0.3763   0.0000    1.000   0.50    0.01  T_EB_PHISH
-#  0.292   0.3326   0.0000    1.000   0.25    0.01  T_PP_PHISH
-header __FROM_PAYPAL	From:addr =~ /\@paypal\.com$/i
-header __FROM_EBAY	From:addr =~ /\@ebay\.com$/i
-meta T_PP_PHISH	__FROM_PAYPAL && NORMAL_HTTP_TO_IP
-meta T_EB_PHISH	__FROM_EBAY && NORMAL_HTTP_TO_IP
+##body T_HTML_IFRAME_SRC	eval:check_iframe_src()
+##describe T_HTML_IFRAME_SRC	Message has HTML IFRAME tag with SRC URI
+##
+### These phrases seem to occur a lot in phishing...
+##body T_PH_SEC		/\byour .{0,40}account .{0,40}security/i
+##describe T_PH_SEC	Message has a phrase standard for phishing mails
+##body T_PH_REC		/\byour .{0,40}account .{0,40}record/i
+##describe T_PH_REC	Message has a phrase standard for phishing mails
+##
+### tvd- works well for me in testing, let's see how well it works for others
+###  0.331   0.3763   0.0000    1.000   0.50    0.01  T_EB_PHISH
+###  0.292   0.3326   0.0000    1.000   0.25    0.01  T_PP_PHISH
+##header __FROM_PAYPAL	From:addr =~ /\@paypal\.com$/i
+##header __FROM_EBAY	From:addr =~ /\@ebay\.com$/i
+##meta T_PP_PHISH	__FROM_PAYPAL && NORMAL_HTTP_TO_IP
+##meta T_EB_PHISH	__FROM_EBAY && NORMAL_HTTP_TO_IP