From 580e545af9524a0ea48760745530a5fd7c6cc316 Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 29 Nov 2023 14:11:13 +0800 Subject: [PATCH] more blacklist flags --- DataObjects/Core_notify_blacklist.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DataObjects/Core_notify_blacklist.php b/DataObjects/Core_notify_blacklist.php index 22d01ac3..d5999fb8 100644 --- a/DataObjects/Core_notify_blacklist.php +++ b/DataObjects/Core_notify_blacklist.php @@ -27,6 +27,10 @@ class Pman_Core_DataObjects_Core_notify_blacklist extends DB_DataObject 'sender is listed on the block', // korian? 'proofpoint.com', // another spam detecotr 'cloud-security.net', // another spam protector.. + 'spam complain', + 'ANTISPAM', + 'probability of spam', + ); foreach($match as $str) { -- 2.39.2