update blacklist filters
authorAlan <alan@roojs.com>
Mon, 4 Mar 2024 03:47:51 +0000 (11:47 +0800)
committerAlan <alan@roojs.com>
Mon, 4 Mar 2024 03:47:51 +0000 (11:47 +0800)
DataObjects/Core_notify_blacklist.php
DataObjects/Core_notify_sender_blacklist.php

index e12ba86..305f0af 100644 (file)
@@ -37,7 +37,7 @@ class Pman_Core_DataObjects_Core_notify_blacklist extends DB_DataObject
             'poor reputation',
             'AntiSpam',
             'ip address in rbl',
-            'IP address blacklisted',
+            'blacklisted',
             'spamauditor.org',
             'detect spam',
             'message as spam',
@@ -46,6 +46,11 @@ class Pman_Core_DataObjects_Core_notify_blacklist extends DB_DataObject
             'blocked by sbl-xbl.spam',
             'Sophos Anti Spam Engine',
             'spam filters',
+            'JunkMail',
+            'block list',
+            'Cloudmark Sender Intelligence',
+            'Blocked by CSI',
+            
             
         );
         foreach($match as $str) {
index d60cfc5..7ada643 100644 (file)
@@ -20,7 +20,8 @@ class Pman_Core_DataObjects_Core_notify_sender_blacklist extends DB_DataObject
     {
         $match = array(
             'BLOCK-SEND-ER',
-            'sender is listed on the block mail' // 'sniper? 
+            'sender is listed on the block mail', // 'sniper?
+            'sender is in my black list',
         );
         foreach($match as $str) {
             if (strpos($err, $str) !== false) {