From f653ff3dbda1aa23c8b0a4fd034f909119432cc5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=EBl=20Marichez?= Date: Sun, 30 Sep 2007 00:59:15 +0200 Subject: [PATCH] broken_mx: fix multiple warning messages on bad mx --- include/emails.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/emails.inc.php b/include/emails.inc.php index f5b8514..2597086 100644 --- a/include/emails.inc.php +++ b/include/emails.inc.php @@ -397,6 +397,7 @@ class Redirect } if ($broken) { $mails[] = array('mail' => $mail->email, 'text' => $broken); + break; } } } -- 2.1.4