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/11 07:24:41 UTC

svn commit: r393145 - /spamassassin/rules/trunk/sandbox/felicity/70_phishing.cf

Author: felicity
Date: Mon Apr 10 22:24:39 2006
New Revision: 393145

URL: http://svn.apache.org/viewcvs?rev=393145&view=rev
Log:
try to avoid hitting another phish fp

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

Modified: spamassassin/rules/trunk/sandbox/felicity/70_phishing.cf
URL: http://svn.apache.org/viewcvs/spamassassin/rules/trunk/sandbox/felicity/70_phishing.cf?rev=393145&r1=393144&r2=393145&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/felicity/70_phishing.cf (original)
+++ spamassassin/rules/trunk/sandbox/felicity/70_phishing.cf Mon Apr 10 22:24:39 2006
@@ -121,7 +121,6 @@
 header TVD_PH_SUBJ_URGENT		Subject =~ /^urgent(?:[\s\W]*$|.{1,40}(?:alert|response|assistance|proposal|reply|warning|noti(?:ce|fication)|greeting|matter))/i
 header TVD_PH_SUBJ_ACCOUNTS_POST	Subject =~ /\b(?:(?:re-?)?activat[a-z]*|secure|verify|restore|flagged|limited|unusual|report|notif(?:y|ication)|suspen(?:d|ded|sion)) (?:[a-z_,-]+ )*accounts?\b/i
 
-
 ########################################################################
 
 # Look for lesser matched REs and meta them together
@@ -140,7 +139,7 @@
 header __TVD_PH_SUBJ_04		Subject =~ /\baccounts? profile\b/i
 header __TVD_PH_SUBJ_15		Subject =~ /\binvestment for (?:[a-z_,-]+ )*to(?:morrow|day)\b/i
 header __TVD_PH_SUBJ_17		Subject =~ /\bremove limitations?\b/i
-header __TVD_PH_SUBJ_18		Subject =~ /\bsecurity (?:[a-z_,-]+ )*change[a-z]*\b/i
+header __TVD_PH_SUBJ_18		Subject =~ /\bsecurity (?:[a-z_,-]+ )*changes\b/i
 header __TVD_PH_SUBJ_19		Subject =~ /\bmessage (?:[a-z_,-]+ )*bank\b/i
 header __TVD_PH_SUBJ_29		Subject =~ /^notice(?::|[\s\W]*$)/i
 header __TVD_PH_SUBJ_31		Subject =~ /\bsecurity (?:[a-z_,-]+ )*verification\b/i