2020-04-10 12:53:10 +02:00
|
|
|
0.2.1:
|
|
|
|
- Added a validate_email_or_fail function that will raise an exception
|
|
|
|
(base class validate_email.exceptions.EmailValidationError) when the
|
|
|
|
passed email check fails, while logging a warning with the validation
|
|
|
|
result.
|
|
|
|
|
2019-11-24 18:20:03 +01:00
|
|
|
0.2.0:
|
|
|
|
- Added automatic auto-updater for updating built-in blacklists.
|
|
|
|
|
2019-11-21 15:41:05 +01:00
|
|
|
0.1.12:
|
|
|
|
- Blacklist/whitelist domains checking is now independent of regex checking.
|
|
|
|
|
2019-06-26 14:31:52 +02:00
|
|
|
0.1.11:
|
|
|
|
- Handling IDNA errors
|
|
|
|
|
2019-05-25 14:30:55 +02:00
|
|
|
0.1.10:
|
|
|
|
- Handling the NoNameservers exception
|
|
|
|
|
2019-05-25 13:54:20 +02:00
|
|
|
0.1.9:
|
|
|
|
- Handling DNS timeout + YXDOMAIN
|
|
|
|
|
2019-05-03 18:52:35 +02:00
|
|
|
0.1.8:
|
2019-05-03 19:06:01 +02:00
|
|
|
- Added IDNA domain handling. (might need adjustment when
|
|
|
|
https://bugs.python.org/issue20083 gets fixed)
|
2019-05-03 18:52:35 +02:00
|
|
|
|
2019-04-06 18:29:16 +02:00
|
|
|
0.1.7:
|
|
|
|
- Handle the SMTPServerDisconnected exception throughout all the SMTP
|
|
|
|
connection. Try to contact all MXes for a successful probe.
|
|
|
|
|
2019-04-03 21:51:47 +02:00
|
|
|
0.1.6:
|
|
|
|
- Fixed a rare case where aol.co returns '.' in MX that causes an
|
|
|
|
exception for the SMTP module, with added tests.
|
|
|
|
|
2019-03-25 11:13:56 +01:00
|
|
|
0.1.5:
|
2019-04-03 21:51:47 +02:00
|
|
|
- Handle socket errors (https://docs.python.org/3/library/
|
|
|
|
socket.html#exceptions)
|
2019-03-25 11:13:56 +01:00
|
|
|
|
2019-03-03 22:49:39 +01:00
|
|
|
0.1.4:
|
|
|
|
- Handle 'No MX record' exception
|
|
|
|
|
2019-03-03 15:36:03 +01:00
|
|
|
0.1.3:
|
|
|
|
- Added ambigious (4xx) response code handling
|