ws
[Pman.Core] / DataObjects / Core_notify_blacklist.php
index 89d686b..22d01ac 100644 (file)
@@ -22,12 +22,12 @@ class Pman_Core_DataObjects_Core_notify_blacklist extends DB_DataObject
         $match = array(
             '5.7.0 DT:SPM', // 163.com
             '5.7.1 H:DYNB', // some other black list
-            'on our block list ',  // live.com
+            '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..
-        
+             
         );
         foreach($match as $str) {
             if (strpos($err, $str) !== false) {