From 433befea9a4b88a9a1cef9f636c78bbf73b6e975 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Fri, 21 Aug 2020 07:50:23 +0000 Subject: [PATCH] Update SPF checks : new IP addresses for fournier38.fr domain git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@6028 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- Tests/spfcheckTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/spfcheckTest.php b/Tests/spfcheckTest.php index ed4b0f6..154ac16 100644 --- a/Tests/spfcheckTest.php +++ b/Tests/spfcheckTest.php @@ -69,7 +69,7 @@ class spfcheckTest extends PHPUnit_Framework_TestCase $this->assertSame ($res, array ("mxvalid.spf.tester.fournier38.fr" => array ( "mx:tester.fournier38.fr" => array ( - "2a01:e0a:234:3930::103", + "2a01:e0a:234:3931::103", "2a01:e0a:289:3090::206", "82.64.55.197", "82.64.75.195"), @@ -92,7 +92,7 @@ class spfcheckTest extends PHPUnit_Framework_TestCase $this->assertSame ($res, array ("avalid.spf.tester.fournier38.fr" => array ( "a:tester.fournier38.fr" => array ( - "2a01:e0a:234:3930::100", + "2a01:e0a:234:3931::100", "82.64.55.197",), "-all" => array ()))); }