
jhardin at apache
Oct 26, 2009, 9:51 PM
Post #1 of 1
(124 views)
Permalink
|
|
svn commit: r830057 - /spamassassin/trunk/rulesrc/sandbox/jhardin/20_lotsa_money.cf
|
|
Author: jhardin Date: Tue Oct 27 04:51:13 2009 New Revision: 830057 URL: http://svn.apache.org/viewvc?rev=830057&view=rev Log: more lotsa_money tweaking 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=830057&r1=830056&r2=830057&view=diff ============================================================================== --- spamassassin/trunk/rulesrc/sandbox/jhardin/20_lotsa_money.cf (original) +++ spamassassin/trunk/rulesrc/sandbox/jhardin/20_lotsa_money.cf Tue Oct 27 04:51:13 2009 @@ -148,7 +148,7 @@ body __DECEASED /\b(?:the|my|der)\s(?:deceased|late|verstorbenen)\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)\s(?:account|fund)/i +body __DORMANT_ACCT /\b(?:dormant|abandoned)\s(?:account|fund|transaction)/i body __WILL_LEGAL /\b(?:codicil|last\stestament|probate|executor|intestate)\b/i body __EARLY_DEMISE /\buntimely\sdeath\b/i body __WIDOW /\bwidow(?:e[rd])'?s?\b/i @@ -201,7 +201,7 @@ body __BENEFICIARY /\bbenefi(?:c|sh)i?ar(?:y|ies)\b/i body __DIPLOMATIC /\bdiplomatic\b/i -body __FEES /\b(?:security|safe\w*|courier|registration|pay|paid|up-?front|processing|delivery)[\s\w]{1,15}\s(?:fee|charge)s?\b/i +body __FEES /\b(?:security|safe\w*|courier|registration|pay|paid|up-?front|processing|delivery|transfer)[\s\w]{1,15}\s(?:fee|charge)s?\b/i body __LUCKY_WINNER /\blucky\swin+ers?\b/i body __YOUR_FUND /\byour\sfund\b/i body __NIGERIA /\bnigeria\b/i
|