From: Alan Date: Fri, 18 Aug 2023 03:56:42 +0000 (+0800) Subject: Notify.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=284ac9ec6b3d6d832ab6da53795623b442b5bf98;p=Pman.Core Notify.php --- diff --git a/Notify.php b/Notify.php index 07c08232..7a0bdacf 100644 --- a/Notify.php +++ b/Notify.php @@ -281,6 +281,7 @@ class Pman_Core_Notify extends Pman $black = $this->isBlacklisted($email); if ($black !== false) { $this->updateServer($p, $black); + continue; }