From 9b9ec58919b4c822f28a5605a54cffb16051ae3b Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 18 Oct 2023 12:38:00 +0800 Subject: [PATCH] ws --- DataObjects/Core_notify_blacklist.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.39.2