fix #8131 - chinese translations
[Pman.Core] / DataObjects / Core_notify_sender_blacklist.php
index 9c27a56..7ada643 100644 (file)
@@ -19,7 +19,9 @@ class Pman_Core_DataObjects_Core_notify_sender_blacklist extends DB_DataObject
     function messageIsBlacklisted($err)
     {
         $match = array(
-            'BLOCK-SEND-ER'
+            'BLOCK-SEND-ER',
+            'sender is listed on the block mail', // 'sniper?
+            'sender is in my black list',
         );
         foreach($match as $str) {
             if (strpos($err, $str) !== false) {