pick up spamhuse on blacklist detection
[Pman.Core] / DataObjects / Core_notify_blacklist.php
index 408f542..1f79c4b 100644 (file)
@@ -20,13 +20,20 @@ class Pman_Core_DataObjects_Core_notify_blacklist extends DB_DataObject
     function messageIsBlacklisted($err)
     {
         $match = array(
-            '5.7.0 DT:SPM'. // 163.com
-            'on our block list ',  // live.com
+            '5.7.0 DT:SPM', // 163.com
+            '5.7.1 H:DYNB', // some other black list
+            'on our block list',  // live.com
             'spameatingmonkey.net', // spameatingmonkey.net (users)
             'sender is listed on the block', // korian?
             'proofpoint.com', // another spam detecotr
             'cloud-security.net', // another spam protector..
-        
+            'spam complain',
+            'ANTISPAM',
+            'probability of spam',
+            'block list by spam', // spamhaus
+            'blocked using Spamhaus',
+            'www.spamhaus.org',
+             
         );
         foreach($match as $str) {
             if (strpos($err, $str) !== false) {