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 2010/06/01 20:13:10 UTC

svn commit: r950181 - /spamassassin/trunk/rulesrc/sandbox/jhardin/20_lotsa_money.cf

Author: jhardin
Date: Tue Jun  1 18:13:10 2010
New Revision: 950181

URL: http://svn.apache.org/viewvc?rev=950181&view=rev
Log:
Address some remaining "malformed UTF-8" problems

Modified:
    spamassassin/trunk/rulesrc/sandbox/jhardin/20_lotsa_money.cf

Modified: spamassassin/trunk/rulesrc/sandbox/jhardin/20_lotsa_money.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/jhardin/20_lotsa_money.cf?rev=950181&r1=950180&r2=950181&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/jhardin/20_lotsa_money.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/jhardin/20_lotsa_money.cf Tue Jun  1 18:13:10 2010
@@ -97,7 +97,7 @@ describe MONEY_LOTTERY    Lots of money 
 score    MONEY_LOTTERY    1.5
 
 body     __DEAL           /\b(?:business|financial|this|the|mutual|die(?:se)?|cette)\s(?:deal|transa[ck]tion|proposal|offer|venture|suggestion|partnership)/i
-body     __HUSH_HUSH      /\b(?:confiden[tc]i[ae]l(?:it[y\xe9]|it\xc3\xa9\s?)?|private|secre(?:te?|cy)|sensitive|concealed|obscured|discre(?:et|tion)|vertraulich(?:en)?|geheim|priv(?:\xe9|\xc3\xa9\s?))\b/i
+body     __HUSH_HUSH      /\b(?:confiden[tc]i[ae]l(?:it[y\xe9]|it[\xc3][\xa9]\s?)?|private|secre(?:te?|cy)|sensitive|concealed|obscured|discre(?:et|tion)|vertraulich(?:en)?|geheim|priv(?:\xe9|[\xc3][\xa9]\s?))\b/i
 body     __IS_LEGAL       /\b(?:this\s(?:deal|offer|transaction|proposal|exchange|arrangement)|it)?\sis\s(?:(?:guaranteed|completely|absolutely|perfectly|100%|very)\s)?(?:legal|hitch-free)\b/i
 body     __NOT_SCAM       /\bnot\sa\sscam\b/i
 body     __BACK_SCRATCH   /\bmutual+y?\sbenefi(?:t|cial)\b/i
@@ -143,8 +143,8 @@ body     __NOT_DEAD_YET   /\bwill\sinher
 body     __AM_DYING       /\bam\s(?:\S+\s)?dying\b/i
 body     __I_WILL_YOU     /\bwill(?:ed)?\s(?:[a-z\s]{0,20}\s(?:fortune|money)\s)?to\syou\b/i
 body     __NEXT_OF_KIN    /\bnext[-\s]of[-\s]kin\b/i
-body     __EX_CUSTOMER    /\b(?:(?:dead|deceased|late|verstorbenen)\s(?:[ck]lient|customer|account|investor|mr\.|kunde|engr?\.)|titulaire du compte est (?:d\xe9c\xe9d\xe9|d\xc3\xa9c\xc3\xa9d\xc3\xa9))/i
-body     __DECEASED       /\b(?:the|my|der|du)\s(?:deceased|late|verstorbenen|d\xe9funt|d\xc3\xa9nt)\b/i
+body     __EX_CUSTOMER    /\b(?:(?:dead|deceased|late|verstorbenen)\s(?:[ck]lient|customer|account|investor|mr\.|kunde|engr?\.)|titulaire du compte est (?:d\xe9c\xe9d\xe9|d[\xc3][\xa9]c[\xc3][\xa9]d[\xc3][\xa9]))/i
+body     __DECEASED       /\b(?:the|my|der|du)\s(?:deceased|late|verstorbenen|d\xe9funt|d[\xc3][\xa9]nt)\b/i
 body     __SURVIVORS      /\b(?:widow|son|daughter|husband|wife|brother|sister|attorney)\s(?:of|to)\s(?:the\s)?late\s\w+\b/i
 body     __DEAD_PARENT    /\bmy\s(?:deceased|dead)\s(?:father|mother)/i
 body     __DORMANT_ACCT   /\b(?:dormant|abandoned|left\s?over)\s(?:account|fund|transaction|sum)/i