From 846e15df76adf8a39433a90ed0a9d8c5a6ee494d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 25 Jul 2016 17:44:39 +0800 Subject: [PATCH] Notify.php --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index ea86b1a8..e0dae963 100644 --- a/Notify.php +++ b/Notify.php @@ -252,7 +252,7 @@ class Pman_Core_Notify extends Pman exit ; } - if (this->poolHasDomain($p->person()->email) > $this->max_to_domain) { + if ($this->poolHasDomain($p->person()->email) > $this->max_to_domain) { if ($pushed === false) { // we only try once to requeue.. -- 2.39.2