
jhardin at apache
Oct 26, 2009, 8:05 AM
Post #1 of 1
(237 views)
Permalink
|
|
svn commit: r829821 - /spamassassin/trunk/rulesrc/sandbox/jhardin/20_lotsa_money.cf
|
|
Author: jhardin Date: Mon Oct 26 15:05:05 2009 New Revision: 829821 URL: http://svn.apache.org/viewvc?rev=829821&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=829821&r1=829820&r2=829821&view=diff ============================================================================== --- spamassassin/trunk/rulesrc/sandbox/jhardin/20_lotsa_money.cf (original) +++ spamassassin/trunk/rulesrc/sandbox/jhardin/20_lotsa_money.cf Mon Oct 26 15:05:05 2009 @@ -149,7 +149,7 @@ 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 __WILL_LEGAL /\b(?:codicil|last\stestament|probate|executor)\b/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 body __MY_FORTUNE /\b(?:my|his|her)\s(?:fortune|heritage)\b/i
|