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/07/05 23:00:28 UTC

svn commit: r209324 - /spamassassin/trunk/rules/70_testing.cf

Author: felicity
Date: Tue Jul  5 14:00:27 2005
New Revision: 209324

URL: http://svn.apache.org/viewcvs?rev=209324&view=rev
Log:
new test phish rule for paypal and ebay

Modified:
    spamassassin/trunk/rules/70_testing.cf

Modified: spamassassin/trunk/rules/70_testing.cf
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/rules/70_testing.cf?rev=209324&r1=209323&r2=209324&view=diff
==============================================================================
--- spamassassin/trunk/rules/70_testing.cf (original)
+++ spamassassin/trunk/rules/70_testing.cf Tue Jul  5 14:00:27 2005
@@ -34,3 +34,11 @@
 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