From: Alan Date: Wed, 18 Oct 2023 04:38:00 +0000 (+0800) Subject: ws X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=9b9ec58919b4c822f28a5605a54cffb16051ae3b;hp=09c8551042b37b195d91f59a14362572a45bbb48;p=Pman.Core ws --- diff --git a/DataObjects/Core_notify_blacklist.php b/DataObjects/Core_notify_blacklist.php index 89d686bd..22d01ac3 100644 --- a/DataObjects/Core_notify_blacklist.php +++ b/DataObjects/Core_notify_blacklist.php @@ -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) {