]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/phrase_spam
Another rule against Phratt Spam
[spamassassin_config.git] / common / phrase_spam
index 3899606a92bf6249b48247a627838e4806121fbf..f9349e8cd741554e325f2d26cbf5e7a0686678b8 100644 (file)
@@ -90,7 +90,7 @@ header ONEWORD                subject =~ /^(?:Fw:|re:)?\s*\S+\s*$/i
 describe ONEWORD       one word subject
 score ONEWORD          2
 
-body ONEWORDBODY       /^\s*\S+\s*$/s
+rawbody ONEWORDBODY    /^\s*\S+\s*$/s
 describe ONEWORDBODY   One word body
 score ONEWORDBODY      2
 
@@ -671,7 +671,7 @@ 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*$/
 describe CAPINIT       Capinit Every Word
-score CAPINIT          3
+score CAPINIT          0.5
 
 # blarson 2007-11-23
 body REMOVESPACE       /\b(?:remove|w\/o|without|delete) spaces?\b/i
@@ -855,7 +855,7 @@ 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|(?:girl|boy)friends?)\b/i
 describe GENDER                gender pronoun in subject
-score GENDER           1
+score GENDER           0.5
 
 # blarson 2008-03-28
 body REBODY            /^re\:\s/
@@ -1033,4 +1033,97 @@ score WEBINAR            2
 
 header TRIALVERSION    subject =~ /trial\s*version/i
 describe TRIALVERSION  Trial version in subject
-score TRIALVERSION     3
\ No newline at end of file
+score TRIALVERSION     3
+
+header SHARESPAM       subject =~ /shared photos with you/i
+describe SHARESPAM     shares photos
+score SHARESPAM                3
+
+header MYNAMEIS                subject =~ /hello(.*)my name is/i
+describe MYNAMEIS      Name spam
+score  MYNAMEIS        2.5
+
+# formorer 2012-02-28
+header VOTREANN     Subject =~ /(votre|Petites) annonce/i
+describe VOTREANN   Votre annonce
+score VOTREANN      4
+
+# formorer 2010-01-23
+header LEXCHANGE       subject =~ /(?:for|4)\s+L[i1]nks?\s+E?xcha?nge/i
+describe LEXCHANGE     ask for link exchange
+score LEXCHANGE                4
+
+# formorer 2013-11-08
+header IMARKETING   subject =~ /integrated marketing/i
+describe IMARKETING integrated marketing
+score IMARKETING    4
+
+header LYMBOOMATH   subject =~ /Lymboo Math/i
+describe LYMBOOMATH Lymboo Math spam
+score LYMBOOMATH    4
+
+# formorer 2014-05-26
+header JOB_DE1      subject =~ /(Freie Stellen|Stellenbeschreibungen)/
+describe JOB_DE1    german job spam
+score JOB_DE1       4
+
+header TODAYSHOW    subject =~ /Today Show/i
+describe TODAYSHOW  the today show
+score TODAYSHOW     4
+
+header LEADS    subject =~ /business leads/i
+describe LEADS  business leads
+score LEADS     4
+
+header CLIENTS subject =~ /need more clients/i
+describe CLIENTS need more clients
+score CLIENTS 4
+
+body SEOCONS      /SEO Consultant/i
+score SEOCONS     3
+describe SEOCONS  SEO Consultant
+
+body SEOISSUES      /major issues with your website/i
+score SEOISSUES     2.5
+describe SEOISSUES  Major issues with your website
+
+body SEOCOM /SEO Company/i
+score SEOCOM 2.5
+describe SEOCOM SEO Company
+
+# rince 2017-03-30
+header USERSLIST_HEADER1 Subject =~ /\bUsers\bList/i
+describe USERSLIST_HEADER1 Check wether Subject contains 'Users List'
+rawbody USERSLIST_BODY1 /\<div dir=3D\"ltr\"\>\<p class=3D\"MsoNormal\" style=3D\"background-image:/
+describe USERSLIST_BODY1 First potential Spam reconnaissance: style of HTML
+rawbody USERSLIST_BODY2 /\<\/span\>\<span style=3D\"color\:rgb\(219,219,219\)\"\>If you don=E2=80=99t want/
+describe USERSLIST_BODY2 second potential Spam reconnaissance: style of HTML
+rawbody USERSLIST_BODY3 /A Quick Follow up to you that if you are interested in/i
+describe USERSLIST_BODY3 third potential Spam reconnaissance: text phrases
+rawbody USERSLIST_BODY4 /we also have other technology users like: aws, tripod seat, Jira,/i
+describe USERSLIST_BODY4 fourth potential Spam reconnaissance: text phrases
+rawbody USERSLIST_BODY5 /Please let me know your thoughts (so that I can send you cost of the list.|we will provide you the more information)/i
+describe USERSLIST_BODY5 fifth potential Spam reconnaissance: text phrases
+meta META_USERSLIST (( USERSLIST_HEADER1 + USERSLIST_BODY1 + USERSLIST_BODY2 ) || ( USERSLIST_HEADER1 + USERSLIST_BODY3 + USERSLIST_BODY4 ) || ( USERSLIST_HEADER1 + USERSLIST_BODY5 )  > 1 )
+describe META_USERSLIST Question for a Users List
+score META_USERSLIST 0.5
+
+# rince 2017-04-11
+header OWNERSLIST_HEADER1 Subject =~ /\bOwners\bList/i
+describe OWNERSLIST_HEADER1 Check wether Subject contains 'Owners List'
+rawbody OWNERSLIST_BODY1 /The list of contacts are \*opt\-in verified\*/
+describe OWNERSLIST_BODY1 First potential Spam reconnaissance: verified opt-in lists
+meta META_OWNERSLIST ( (OWNERSLIST_HEADER1 + OWNERSLIST_BODY1 ) >1 )
+describe META_OWNERSLIST Questions for an Owners List
+score META_OWNERSLIST 0.5
+
+# rince 2017-04-14
+header PRATT subject =~ /Pratt Is Now Earth Works Jacksonville/i
+score PRATT 4
+describe PRATT Pratt spam
+
+# rince 2017-04-15
+header PRATTFROM   From =~ /Pratt Brothers/
+describe PRATTFROM Pratt Brothers Spam
+score PRATTFROM  1
+