From bb9f4be46ec8cc4203c719e5eee98861ee2573ef Mon Sep 17 00:00:00 2001 From: filip Date: Thu, 1 Aug 2019 17:18:35 +0000 Subject: [PATCH] removing unreliable SPF color validation --- inspect-mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inspect-mail.php b/inspect-mail.php index bf414fa..2e8212b 100644 --- a/inspect-mail.php +++ b/inspect-mail.php @@ -84,7 +84,7 @@ if ( $isIP ) { } elseif ( strpos( $ntxt['txt'], $host ) !== false ) { echo '' . $ntxt['txt'] . '
'; } else { - echo '' . $ntxt['txt'] . '
'; + echo $ntxt['txt']; } } }