X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fphrase_spam;h=bba7211655c5b5ae8d94bacd4c863bd32a133247;hp=04b656f20dbf3fd57c953d61ddd41e8bba798987;hb=1ddf5e5e1ba5bcc7a68d16258bfad38d630a77c1;hpb=8961a1e9df3e432e1526a77f277446da718a3b3d diff --git a/common/phrase_spam b/common/phrase_spam index 04b656f..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 @@ -814,7 +814,7 @@ describe ADEGREE a degree score ADEGREE 3 # blarson 2008-03-12 -rawbody PZIP /\bfilename\=\"\w\.zip\"/ +rawbody PZIP /\bfilename\=\"\w\w?\.zip\"/ describe PZIP p.zip score PZIP 3 @@ -829,6 +829,27 @@ describe SUBBODYREP Repeated word in subject and body without spaces score SUBBODYREP 3 # don 2008-03-19 -full MYMSNNAMEIS /my\s+(?:msn|messenger|msn mesenger|aim|aol|screen)\s+(?:name\s+)?is\s+\S+\@\S+/i -describe MYMSNAMEIS My screen name is foo@bar.com +full MYMSNNAMEIS /(?:add\s+me\s+on|my)\s+(?:msn|(?:live|msn|)\s*mess?enger|aim|aol|screen)\s+(?:name\s+)?(?:is)?\s+\S+\@\S+/i +describe MYMSNNAMEIS My screen name is foo@bar.com score MYMSNNAMEIS 2.5 + +# blarson 2008-03-20 +body LONGWURL /^[\w\-]{11,}\s+http\:\/\/[\w\.\-]{4,}\s*$/ +describe LONGWURL longWord URL +score LONGWURL 2 + +# blarson 2008-03-20 +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 +