]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/money_spam
* add yourname rule
[spamassassin_config.git] / common / money_spam
index ddf97d4c1e35c00aa4cf66b6e9225f4096f7e269..78d382ad77d3b709289ee34129b0ed6184fd6d83 100644 (file)
@@ -300,4 +300,24 @@ score SOFTWARERETAIL       3.2
 # cord 2008-01-23
 full DEPOSIT           /deposit/i
 describe DEPOSIT       Deposit
-score DEPOSIT          3
+score DEPOSIT          2
+
+# blarson 2008-07-17
+body PRINCIPALSONLY    /\bPrincipals\s+Only\b/i
+describe PRINCIPALSONLY        Principals Only
+score PRINCIPALSONLY   3
+
+# don 2008-07-21
+full AMERO             /\bamero\b/i
+describe AMERO         Amero, whatever the hell it is, it's spam
+score AMERO            3
+
+# blarson 2008-07-27
+header GAGO            subject =~ /\bGA\s*G[O0]\b/
+describe GAGO          stock scam
+score GAGO             4
+
+# blarson 2008-07-31
+body NYSE              /\bNYSE\b/
+describe NYSE          stock scam
+score NYSE             2
\ No newline at end of file