- Fixed a TLS error where the MX hostname mismatched the actual hostname due to MX records resolving to hostnames with dots at the end. Yahoo lookups resulted in SSL errors, providing false negatives.
0.2.11
- Make emitting logs off per default, observer the passed `debug` parameter - Set updater log level to debug
0.2.10
- Adding STARTTLS handling - Use EHLO instead of HELO - Refactorings to handle errors during EHLO and MAIL FROM commands - Updated dependencies
0.2.9
- Adding debug command to validate_email for debugging
0.2.8
- Fixing windows installation error.
0.2.7
- Increase consistency at handling domain literals - Clean up initial blacklist download on install - All improvements made by reinhard-mueller.