X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fphrase_spam;h=b4cd0f965386099794a8476498c695a594afae12;hp=e899b6c677334e2d117043dcd5cbb1f23a853e47;hb=0670b2398d931031f85319619839a61c89f52e93;hpb=57a96a9b18a43155b4012438f46b42b5e7155068 diff --git a/common/phrase_spam b/common/phrase_spam index e899b6c..b4cd0f9 100644 --- a/common/phrase_spam +++ b/common/phrase_spam @@ -188,11 +188,6 @@ header MESSAGESUB subject =~ /^\s*\(?message\s*(subject)?\)?$/i describe MESSAGESUB really descriptive subject score MESSAGESUB 3 -# don 2007-09-20 -header SENTMESSAGE subject =~ /(sent you a( personal|) message|would like to chat)/i -describe SENTMESSAGE Sent you a message (like duh?) -score SENTMESSAGE 2 - # blarson 2006-03-16 2007-09-18 not working, replaced 2007-12-08 # body DEARDIGIT /^(?:well\s+)?(?:Dear|Hey|H[ea]y?ll?.?o|To|Attention|Hi+|Hey+a?|Bonjorno|(?:Yo\s*)+|(?:g[o0]+d\s*)?(?:d?ay|morning|evening?|afternoon|night)|what.?i?s\s+up|wa(?:s|z)+up|greetings?|Salutations|(Mail|News)\s+to|how(?:.?s|\s+is)?\s*(?:(?:it)?(?:\s+is)??\s*going|have\s+you\s+been|are you).?\s*(?:there|to\s+you)?|compliments|Regards|Adieu)\,?\s+(?:Account\s+\#?|\=?3d|)(?:bro|there|sir|Mr\.?)\s*?\d{3,}/i body DEARDIGIT /^\s*(?:Good\s*)?(?:evenin|night|day|hi|hello|greetin|Compliment|Wa[sz]+up|dear|Regard|Mornin|(?:yo\s*)+)[sg]?\s+(?:there\s+)?\d{3,}/i @@ -447,10 +442,15 @@ describe BIGINTER job spam score BIGINTER 4 # blarson 2007-09-20 -header HASSENT subject =~ /\b(?:sent you a (?:personal|confidential)?\s*(?:message|note)|would like to chat)\b/i +header HASSENT subject =~ /\b(?:sent you a (?:personal|confidential)?\s*(?:message|note))\b/i describe HASSENT sent a message score HASSENT 4 +# don 2008-04-19 +header WANTTOCHAT subject =~ /\b(?:(?:would like|wants|feels?) (?:to chat|like chatting))\b/i +describe WANTTOCHAT I want to chat with spam +score WANTTOCHAT 4 + # blarson 2007-09-20 header ORDERNUM subject =~ /\b(?:Order|Recipet)\s*.?\d{3,}/i describe ORDERNUM order number @@ -540,11 +540,6 @@ body NICEGIRL /\b(?:nice|young|lonley|unmarried)\s+(?:girl|woman|female)\b/i describe NICEGIRL nice girl score NICEGIRL 3 -# blarson 2007-10-16 -header FEALCHAT subject =~ /\bFeel Like Chatting\b/i -describe FEALCHAT Feel Like Chatting -score FEALCHAT 3 - # blarson 2007-10-18 header DFF1CE subject =~ /UmU6INDSydfF1CE/i describe DFF1CE korean spam @@ -857,3 +852,13 @@ score REBODY 2 header REREHI subject =~ /^Re: Re: H(i|ello)\s*$/i describe REREHI Re: Re: Hi score REREHI 3 + +# blarson 2008-04-10 +header PEROFF subject =~ /\d+\%\s+off\b/i +describe PEROFF xx% off +score PEROFF 3 + +# blarson 2008-04-10 +header SUMHERE subject =~ /\b(?:summer|winter|fall|spring) is here\b/i +describe SUMHERE summer is here +score SUMHERE 3