X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fphrase_spam;h=bba7211655c5b5ae8d94bacd4c863bd32a133247;hp=634a9ed59bbef9cea5b19a26335734a5a14a4be9;hb=1ddf5e5e1ba5bcc7a68d16258bfad38d630a77c1;hpb=edb74a23049ef5a4486335fbf0e8e55aac248d2b diff --git a/common/phrase_spam b/common/phrase_spam index 634a9ed..bba7211 100644 --- a/common/phrase_spam +++ b/common/phrase_spam @@ -538,7 +538,7 @@ score WORKEXP 3 # blarson 2007-10-24 body NICEGIRL /\b(?:nice|young|lonley|unmarried)\s+(?:girl|woman|female)\b/i describe NICEGIRL nice girl -score NICEGIRL 2 +score NICEGIRL 3 # blarson 2007-10-16 header FEALCHAT subject =~ /\bFeel Like Chatting\b/i @@ -665,7 +665,7 @@ describe HOLIDAYHERE Holidays are here score HOLIDAYHERE 3 # blarson 2007-11-22 -header CAPINIT subject =~ /^(?:Re:)?\s*(?:(?:[A-Z][a-z-]+|PaintBrush|Jet (?:plane|fighter)|Tennis racquet|Leather jacket|IWC|\&|Jaeger-LeCoultre)\s+)+(?:[A-Z][a-z-]+|PaintBrush|Jet (?:plane|fighter)|Tennis racquet|Leather jacket)\s*$/ +header CAPINIT subject =~ /^(?:Re:)?\s*(?:(?:[A-Z][a-z-\']+|PaintBrush|Jet (?:plane|fighter)|Tennis racquet|Leather jacket|IWC|\&|Jaeger-LeCoultre)\s+)+(?:[A-Z][a-z-]+|PaintBrush|Jet (?:plane|fighter)|Tennis racquet|Leather jacket)\s*$/ describe CAPINIT Capinit Every Word score CAPINIT 3 @@ -756,7 +756,7 @@ score IBERIS 4 # blarson 2008-01-18 header HIFROM subject =~ /\b(?:hello|hi)\s+from/i describe HIFROM hello from -score HIFROM 2 +score HIFROM 3 # blarson 2008-01-22 body INTCORP /\bInternational\s+corporation\b/i @@ -842,3 +842,14 @@ score LONGWURL 2 header ITCSTORE subject =~ /ITC Store/ describe ITCSTORE ITC Store score ITCSTORE 4 + +# blarson 2008-03-26 +header GENDER subject =~ /\b(?:she|her|wom[ae]n|m[ae]n|girls?|males?|females?|herself|wife|ladies|lady|wives)\b/i +describe GENDER gender pronoun in subject +score GENDER 1 + +# blarson 2008-03-28 +body REBODY /^re\:\s/ +describe REBODY re: in body +score REBODY 2 +