X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_notify_sender_blacklist.php;fp=DataObjects%2FCore_notify_sender_blacklist.php;h=d60cfc5f3607aa04d4d329a1f31735ec07d96258;hp=9c27a5663c06286a25301a16da3fcfdb345483f6;hb=38b6f636746948a8d28e244b2ddb2e135b8443eb;hpb=988cfb1829450d59c3e2852af6d25c7ecfe3abf6 diff --git a/DataObjects/Core_notify_sender_blacklist.php b/DataObjects/Core_notify_sender_blacklist.php index 9c27a566..d60cfc5f 100644 --- a/DataObjects/Core_notify_sender_blacklist.php +++ b/DataObjects/Core_notify_sender_blacklist.php @@ -19,7 +19,8 @@ class Pman_Core_DataObjects_Core_notify_sender_blacklist extends DB_DataObject function messageIsBlacklisted($err) { $match = array( - 'BLOCK-SEND-ER' + 'BLOCK-SEND-ER', + 'sender is listed on the block mail' // 'sniper? ); foreach($match as $str) { if (strpos($err, $str) !== false) {