From 518a0c90a9669550c096651e7e2652c685e56517 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 18 Jun 2013 07:23:43 +0800 Subject: [PATCH] Notify.php --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index 9e579bb7..c66f6a2c 100644 --- a/Notify.php +++ b/Notify.php @@ -231,7 +231,7 @@ class Pman_Core_Notify extends Pman sleep(3); continue; } - if ($this->poolHasDomain($p->person_id_email)) { + if ($this->poolHasDomain($p->person_id_email) > $this->max_to_domain) { if ($pushed === false) { // we only try once to requeue.. -- 2.39.2