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:
@@ -69,7 +69,7 @@ class spfcheckTest extends PHPUnit_Framework_TestCase
|
|||||||
$this->assertSame ($res,
|
$this->assertSame ($res,
|
||||||
array ("mxvalid.spf.tester.fournier38.fr" => array (
|
array ("mxvalid.spf.tester.fournier38.fr" => array (
|
||||||
"mx:tester.fournier38.fr" => array (
|
"mx:tester.fournier38.fr" => array (
|
||||||
"2a01:e0a:234:3930::103",
|
"2a01:e0a:234:3931::103",
|
||||||
"2a01:e0a:289:3090::206",
|
"2a01:e0a:289:3090::206",
|
||||||
"82.64.55.197",
|
"82.64.55.197",
|
||||||
"82.64.75.195"),
|
"82.64.75.195"),
|
||||||
@@ -92,7 +92,7 @@ class spfcheckTest extends PHPUnit_Framework_TestCase
|
|||||||
$this->assertSame ($res,
|
$this->assertSame ($res,
|
||||||
array ("avalid.spf.tester.fournier38.fr" => array (
|
array ("avalid.spf.tester.fournier38.fr" => array (
|
||||||
"a:tester.fournier38.fr" => array (
|
"a:tester.fournier38.fr" => array (
|
||||||
"2a01:e0a:234:3930::100",
|
"2a01:e0a:234:3931::100",
|
||||||
"82.64.55.197",),
|
"82.64.55.197",),
|
||||||
"-all" => array ())));
|
"-all" => array ())));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user