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
This commit is contained in:
2020-08-21 07:50:23 +00:00
parent c5cb5cbd3a
commit 433befea9a

View File

@@ -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 ())));
}