From a6eb531167b0c77b8b9e9f0c95f410d2459b0c09 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 6 Apr 2011 23:20:31 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NotifySend.php b/NotifySend.php index c445a9c9..0be3107a 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -65,7 +65,7 @@ class Pman_Core_NotifySend extends Pman $mxs = $this->mxs($dom); - + foreach($mxs as $) Mail::factory('smtp', array( @@ -85,7 +85,7 @@ class Pman_Core_NotifySend extends Pman if (getmxrr($fqdn, $mx_records, $mx_weight)) { // copy mx records and weight into array $mxs - // ignore multiple mx's at the same weight + // ignore multiple mx's at the same weight << that's just dumb... for ($i = 0; $i < count($mx_records); $i++) { $mxs[$mx_weight[$i]] = $mx_records[$i]; } -- 2.39.2