You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by he...@apache.org on 2018/10/24 13:55:43 UTC

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

Author: hege
Date: Wed Oct 24 13:55:43 2018
New Revision: 1844774

URL: http://svn.apache.org/viewvc?rev=1844774&view=rev
Log:
Fix __LOCAL_PP_S_UPD

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=1844774&r1=1844773&r2=1844774&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/felicity/70_phishing.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/felicity/70_phishing.cf Wed Oct 24 13:55:43 2018
@@ -48,7 +48,7 @@ describe TVD_SUBJ_ACC_NUM	Subject has sp
 
 # bug 4457
 # this may be dealt with by other/less complex rules
-header __LOCAL_PP_S_UPD		Subject: =~ m'(?:confirm|update) (?:your|the) (?:billing )?(?:records?|information|account)'i
+header __LOCAL_PP_S_UPD		Subject =~ m'(?:confirm|update) (?:your|the) (?:billing )?(?:records?|information|account)'i
 body __LOCAL_PP_B_UPD		m'(?:confirm|update|verify) (?:your|the) (?:(?:current|billing) )?(?:records?|information|account|identity)'i
 body __LOCAL_PP_PPCGIURL	m'https?://www.paypal.com/cgi-bin/webscr\?'i
 uri __LOCAL_PP_NONPPURL		m'https?://(?:[A-Za-z0-9-_]+)\.(?!paypal\.com)(?:[A-Za-z0-9-_\.]+)'i