checkmail 0.7 (unreleased) * Re-format ChangeLog. * Update POD documentation (repository, issue tracker). * Add README. * Change mail address. * Fix display of CNAME/A records in log file. checkmail 0.6.2 (2016-01-09) * Try to handle CNAMEs and resolve them to A records. Change documentation accordingly. Fixes #55. * Allow setting an empty envelope-from ('<>') using '-s'. Change documentation accordingly. Update version and copyright dates. Fixes #54. checkmail 0.6.1 (2011-12-04) * Fix annoying error message (and some small changes). checkmail 0.6 (2011-10-24) * Don't temp-fail on random address check. * Fix regexp for syntax check. checkmail 0.5 * Add syntax check for mail addresses. Change documentation accordingly. Fixes #11. checkmail 0.4 * Add overrides for configuration (MAIL FROM/EHLO). New commandline options: -s and -e . Change documentation accordingly. * Replace splitaddress() by Mail::Address. * -r: Create a really random localpart. Add create_rand_addr(). * Analyze failure codes, don't fail on temporary failures. Add analyze_smtp_reply(). Fixes #8. checkmail 0.3 * Add Changelog. * Add documentation in POD format. - Drop checkmail.readme * Complete rewrite. - use strict; - modularize code - refactor application logic - more verbose output - test MXes in order of precedence - cope with multi-line responses - slightly change meaning of exit status - batch processing: set exit status to highest generated value Fixes #9. Fixes #10. checkmail 0.2 * Initial check-in.