You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by gb...@apache.org on 2019/08/23 11:07:26 UTC

svn commit: r1865742 - /spamassassin/trunk/rulesrc/sandbox/gbechis/20_btc.cf

Author: gbechis
Date: Fri Aug 23 11:07:26 2019
New Revision: 1865742

URL: http://svn.apache.org/viewvc?rev=1865742&view=rev
Log:
new BTC rules

Modified:
    spamassassin/trunk/rulesrc/sandbox/gbechis/20_btc.cf

Modified: spamassassin/trunk/rulesrc/sandbox/gbechis/20_btc.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/gbechis/20_btc.cf?rev=1865742&r1=1865741&r2=1865742&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/gbechis/20_btc.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/gbechis/20_btc.cf Fri Aug 23 11:07:26 2019
@@ -1,19 +1,24 @@
-body     __COPY_PASTE_DE     /Kopieren Sie es und f(?:\xfc|\xc3\xbc)gen Sie es ein/
-meta     GB_BITCOIN_CP_DE   ( __BITCOIN_ID && !__URL_BTC_ID && __COPY_PASTE_DE )
-describe GB_BITCOIN_CP_DE   German Bitcoin scam
-score    GB_BITCOIN_CP_DE   2.0 # limit
+body     __COPY_PASTE_DE      /Kopieren Sie es und f(?:\xfc|\xc3\xbc)gen Sie es ein/
+meta     __GB_BITCOIN_CP_DE   ( __BITCOIN_ID && !__URL_BTC_ID && __COPY_PASTE_DE )
+describe __GB_BITCOIN_CP_DE   German Bitcoin scam
 
-body     __COPY_PASTE_EN     /Copy (and|\+) paste/i
-meta     GB_BITCOIN_CP_EN   ( __BITCOIN_ID && !__URL_BTC_ID && __COPY_PASTE_EN )
-describe GB_BITCOIN_CP_EN   English Bitcoin scam
-score    GB_BITCOIN_CP_EN   2.0 # limit
+body     __COPY_PASTE_EN      /Copy (and|\+) paste/i
+meta     __GB_BITCOIN_CP_EN   ( __BITCOIN_ID && !__URL_BTC_ID && __COPY_PASTE_EN )
+describe __GB_BITCOIN_CP_EN   English Bitcoin scam
 
-body     __COPY_PASTE_IT     /copialo e incollalo/
-meta     GB_BITCOIN_CP_IT   ( __BITCOIN_ID && !__URL_BTC_ID && __COPY_PASTE_IT )
-describe GB_BITCOIN_CP_IT   Italian Bitcoin scam
-score    GB_BITCOIN_CP_IT   2.0 # limit
+body     __COPY_PASTE_IT      /copialo e incollalo/
+meta     __GB_BITCOIN_CP_IT   ( __BITCOIN_ID && !__URL_BTC_ID && __COPY_PASTE_IT )
+describe __GB_BITCOIN_CP_IT   Italian Bitcoin scam
 
-body     __COPY_PASTE_NL     /kopieer en plak het/
-meta     GB_BITCOIN_CP_NL   ( __BITCOIN_ID && !__URL_BTC_ID && __COPY_PASTE_NL )
-describe GB_BITCOIN_CP_NL   Dutch Bitcoin scam
-score    GB_BITCOIN_CP_NL   2.0 # limit
+body     __COPY_PASTE_NL      /kopieer en plak het/
+meta     __GB_BITCOIN_CP_NL   ( __BITCOIN_ID && !__URL_BTC_ID && __COPY_PASTE_NL )
+describe __GB_BITCOIN_CP_NL   Dutch Bitcoin scam
+
+meta     GB_BITCOIN_CP        ( __GB_BITCOIN_CP_DE || __GB_BITCOIN_CP_EN || __GB_BITCOIN_CP_IT || __GB_BITCOIN_CP_NL )
+describe GB_BITCOIN_CP        Localized Bitcoin scam
+score    GB_BITCOIN_CP        2.0 # limit
+
+body     __NEVER_HEAR_EN      /never hear me again/
+meta     GB_BITCOIN_NH        ( __BITCOIN_ID && !__URL_BTC_ID && __NEVER_HEAR_EN )
+describe GB_BITCOIN_NH        Localized Bitcoin scam
+score    GB_BITCOIN_NH        2.0 # limit