Changeset 769


Ignore:
Timestamp:
Jun 9, 2022 10:49:42 PM (23 months ago)
Author:
anonymous
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Validator.inc.php

    r768 r769  
    348348        }
    349349
    350         if ($strict && getmxrr('checkdnsrr') && !getmxrr($domain)) {
     350        if ($strict && getmxrr('checkdnsrr', $hosts_notused) && !getmxrr($domain)) {
    351351            // Strict tests: check if MX record exists.
    352352            $app->logMsg(sprintf('%s (line %s) failed: %s', __METHOD__, __LINE__, getDump($val)), $type, $file, $line);
Note: See TracChangeset for help on using the changeset viewer.