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 2020/04/14 06:06:52 UTC

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

Author: gbechis
Date: Tue Apr 14 06:06:52 2020
New Revision: 1876476

URL: http://svn.apache.org/viewvc?rev=1876476&view=rev
Log:
use replace_tags

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=1876476&r1=1876475&r2=1876476&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/gbechis/20_btc.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/gbechis/20_btc.cf Tue Apr 14 06:06:52 2020
@@ -13,7 +13,12 @@ body     __COPY_PASTE_FR      /le copier
 meta     __GB_BITCOIN_CP_FR   ( __BITCOIN_ID && !__URL_BTC_ID && __COPY_PASTE_FR )
 describe __GB_BITCOIN_CP_FR   French Bitcoin scam
 
-body     __COPY_PASTE_EN      /Copy (and|\+|\&) paste/i
+ifplugin Mail::SpamAssassin::Plugin::ReplaceTags
+  body     __COPY_PASTE_EN    /<C><O><P><Y> (?:<A><N><D>|\+|\&) <P><A><S><T><E>/i
+  replace_rules __COPY_PASTE_EN
+else
+  body     __COPY_PASTE_EN    /Copy (and|\+|\&) paste/i
+endif
 meta     __GB_BITCOIN_CP_EN   ( __BITCOIN_ID && !__URL_BTC_ID && __COPY_PASTE_EN )
 describe __GB_BITCOIN_CP_EN   English Bitcoin scam