v1.5.1
- Add a new rule
requireValidMXRecord(int initialTimeout, int numRetries)
that allows for customization of the timeout for DNS lookups. (Thanks @dotneutron for suggesting!) - Reduce the default timeout for DNS lookups when adding the
requireValidMXRecord()
rule to anEmailValidator
from potentially taking a maximum of 25 seconds to a maximum of 600 milliseconds.