]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/common_spam
Fixed Typo
[spamassassin_config.git] / common / common_spam
index 80c4da25862ddde7d13662ae21a7e45536409af9..84addfde2570d70e767df3ccd22f4566fc3bd0ee 100644 (file)
@@ -25,8 +25,9 @@ include auto_response_spam
 
 # this is a set of image-specific spam rules
 tryplugin Mail::SpamAssassin::Plugin::ImageInfo
-include image_spam
-
+if (plugin (Mail::SpamAssassin::Plugin::ImageInfo))
+  include image_spam
+endif
 
 meta DIGEST_MULTIPLE            RAZOR2_CHECK + PYZOR_CHECK > 1
 describe DIGEST_MULTIPLE        Message hits more than one network digest check
@@ -49,3 +50,9 @@ 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
+