Browse Source

bugfix dns settings

andre 2 years ago
parent
commit
6b743033a2
1 changed files with 0 additions and 8 deletions
  1. 0 8
      kerioEmail_mx.php

+ 0 - 8
kerioEmail_mx.php

@@ -113,14 +113,6 @@ function KerioEmail_setSPF($params)
         if(!$record->type === 'TXT'){
             array_push($zoneRecords, $record);
         } elseif (!preg_match('/^v=spf(.*)$/i', trim($record->rdata->txtdata,'"'))) {
-            logModuleCall(
-                'kerioEmail',
-                __FUNCTION__,
-                $record,
-                'Debug Usage',
-                trim($record->rdata->txtdata,'"')
-            );
-    
             array_push($zoneRecords, $record);
         };
     }