
jhardin at apache
Nov 3, 2009, 7:03 PM
Post #1 of 1
(89 views)
Permalink
|
|
svn commit: r832650 - /spamassassin/trunk/rulesrc/sandbox/jhardin/20_lotsa_money.cf
|
|
Author: jhardin Date: Wed Nov 4 03:03:30 2009 New Revision: 832650 URL: http://svn.apache.org/viewvc?rev=832650&view=rev Log: tweak lotsa_money 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=832650&r1=832649&r2=832650&view=diff ============================================================================== --- spamassassin/trunk/rulesrc/sandbox/jhardin/20_lotsa_money.cf (original) +++ spamassassin/trunk/rulesrc/sandbox/jhardin/20_lotsa_money.cf Wed Nov 4 03:03:30 2009 @@ -145,7 +145,7 @@ body __NOT_DEAD_YET /\bwill\sinherit\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(?:deceased|late|verstorbenen)\s(?:client|customer|kunde)/i +body __EX_CUSTOMER /\b(?:deceased|late|verstorbenen)\s(?:client|customer|account|kunde)/i 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
|