From: Alan Date: Mon, 22 Jan 2024 05:44:35 +0000 (+0800) Subject: more spam keywords X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=48d8899689a6c4e19d87a79d26781117bb8b4d1d more spam keywords --- diff --git a/DataObjects/Core_notify_blacklist.php b/DataObjects/Core_notify_blacklist.php index 1f79c4b5..e12ba860 100644 --- a/DataObjects/Core_notify_blacklist.php +++ b/DataObjects/Core_notify_blacklist.php @@ -32,8 +32,21 @@ class Pman_Core_DataObjects_Core_notify_blacklist extends DB_DataObject 'probability of spam', 'block list by spam', // spamhaus 'blocked using Spamhaus', - 'www.spamhaus.org', - + 'spamhaus.org', // www zen rbl... + 'detected as Spam', + 'poor reputation', + 'AntiSpam', + 'ip address in rbl', + 'IP address blacklisted', + 'spamauditor.org', + 'detect spam', + 'message as spam', + 'DNSBL:RBL', + 'SpamHaus SBL-XBL', + 'blocked by sbl-xbl.spam', + 'Sophos Anti Spam Engine', + 'spam filters', + ); foreach($match as $str) { if (strpos($err, $str) !== false) {