v0.1.3
- Fixed default
REGEX_EMAIL_PATTERN
#7:
- local part of address can't start with a dot or special symbol
- local part of address can include
+
symbol
- Fixed default
REGEX_DOMAIN_PATTERN
#8:
- TLD size increased up to 63 characters
- Fixed bug with case sensitive domain names #9:
- Added independent domain name extractor to
Truemail::Validate::Mx#run
- Updated gem version to
0.1.3
P.S.: Thanks @AlexeyDemidov for deep analysis Truemail gem logic.