]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/common_spam
Add LOCAL_VIEWINBROWSER rule
[spamassassin_config.git] / common / common_spam
index 222b587df0b88b5c9c43680ca333f1f25f23bab9..8749239c5a012877af9e624754c46f54c7ddd6c6 100644 (file)
@@ -38,3 +38,20 @@ score DIGEST_MULTIPLE 0
 header NODAY   date =~ /^\s+\,/
 describe NODAY bad date format
 score NODAY    2
+
+#formorer 2012-07-20
+header CLUB_PROGRAMADORES              From =~ /Club-de-Programadores/i
+describe CLUB_PROGRAMADORES    ACP - Club-de-Programadores spam
+score CLUB_PROGRAMADORES       5
+
+#formorer 2012-10-02
+header CLUB_PROGRAMADORES              From =~ /Club\s+de\s+Programadores/i
+describe CLUB_PROGRAMADORES    ACP - Club-de-Programadores spam
+score CLUB_PROGRAMADORES       5
+
+
+#formorer 2014-02-06
+rawbody  LOCAL_VIEWINBROWSER /View this message in a browser/
+describe LOCAL_VIEWINBROWSER "View this message in a browser"
+score    LOCAL_VIEWINBROWSER 1.0
+