fix #8131 - chinese translations
[Pman.Core] / DataObjects / Core_notify_blacklist.php
index d5999fb..305f0af 100644 (file)
@@ -30,8 +30,28 @@ class Pman_Core_DataObjects_Core_notify_blacklist extends DB_DataObject
             'spam complain',
             'ANTISPAM',
             'probability of spam',
+            'block list by spam', // spamhaus
+            'blocked using Spamhaus',
+            'spamhaus.org',  // www zen rbl...
+            'detected as Spam',
+            'poor reputation',
+            'AntiSpam',
+            'ip address in rbl',
+            'blacklisted',
+            'spamauditor.org',
+            'detect spam',
+            'message as spam',
+            'DNSBL:RBL',
+            'SpamHaus SBL-XBL',
+            'blocked by sbl-xbl.spam',
+            'Sophos Anti Spam Engine',
+            'spam filters',
+            'JunkMail',
+            'block list',
+            'Cloudmark Sender Intelligence',
+            'Blocked by CSI',
+            
             
-             
         );
         foreach($match as $str) {
             if (strpos($err, $str) !== false) {