You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jh...@apache.org on 2012/11/23 17:53:25 UTC

svn commit: r1412952 - /spamassassin/trunk/rulesrc/sandbox/felicity/70_phishing.cf

Author: jhardin
Date: Fri Nov 23 16:53:24 2012
New Revision: 1412952

URL: http://svn.apache.org/viewvc?rev=1412952&view=rev
Log:
Tweak __TVD_PH_BODY_ACCOUNTS_POST

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

Modified: spamassassin/trunk/rulesrc/sandbox/felicity/70_phishing.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/felicity/70_phishing.cf?rev=1412952&r1=1412951&r2=1412952&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/felicity/70_phishing.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/felicity/70_phishing.cf Fri Nov 23 16:53:24 2012
@@ -166,7 +166,7 @@ body __TVD_PH_BODY_08		/\bmultiple passw
 
 body __TVD_PH_BODY_ACCOUNTS_PRE		/\baccounts? (?:[a-z_,-]+ )+?(?:record[a-z]*|suspen[a-z]+|notif(?:y|ication)|updated|verifications?|credited)\b/i
 meta TVD_PH_BODY_ACCOUNTS_PRE		__TVD_PH_BODY_ACCOUNTS_PRE
-body __TVD_PH_BODY_ACCOUNTS_POST	/\b(?:(?:re-?)?activat[a-z]*|(?:re-?)?validate|secure|restore|confirm|update|suspend) (?!your)(?:[a-z_,-]+ )+?accounts?\b/i
+body __TVD_PH_BODY_ACCOUNTS_POST	/\b(?:(?:[dr]e-?)?activat[a-z]*|(?:re-?)?validate|secure|restore|confirm|update|suspend) (?!your)(?:[a-z_,-]+ )+?accounts?\b/i
 meta TVD_PH_BODY_ACCOUNTS_POST		__TVD_PH_BODY_ACCOUNTS_POST