Compare commits
No commits in common. "83a860be101e28af0b33da2b3a7151f63c87086d" and "1a8bcbb78801538464ca871cd5495c30f575f986" have entirely different histories.
83a860be10
...
1a8bcbb788
39
ChangeLog
39
ChangeLog
|
@ -1,65 +1,78 @@
|
||||||
checkmail 0.7 (unreleased)
|
Version 0.6.3 (unreleased)
|
||||||
|
|
||||||
* Re-format ChangeLog.
|
|
||||||
* Update POD documentation (repository, issue tracker).
|
|
||||||
* Add README.
|
|
||||||
* Change mail address.
|
* Change mail address.
|
||||||
|
Thomas Hochstein <thh@thh.name> Sun Aug 23 22:37:10 2020 +0200
|
||||||
|
|
||||||
* Fix display of CNAME/A records in log file.
|
* Fix display of CNAME/A records in log file.
|
||||||
|
Thomas Hochstein <thh@inter.net> Sat Jan 9 12:34:21 2016 +0100
|
||||||
|
|
||||||
|
|
||||||
checkmail 0.6.2 (2016-01-09)
|
Version 0.6.2 (2016-01-09)
|
||||||
|
|
||||||
* Try to handle CNAMEs and resolve them to A records.
|
* Try to handle CNAMEs and resolve them to A records.
|
||||||
Change documentation accordingly.
|
Change documentation accordingly.
|
||||||
Fixes #55.
|
Fixes #55.
|
||||||
|
Thomas Hochstein <thh@inter.net> Sat Jan 9 12:02:27 2016 +0100
|
||||||
|
|
||||||
* Allow setting an empty envelope-from ('<>') using '-s'.
|
* Allow setting an empty envelope-from ('<>') using '-s'.
|
||||||
Change documentation accordingly.
|
Change documentation accordingly.
|
||||||
Update version and copyright dates.
|
Update version and copyright dates.
|
||||||
Fixes #54.
|
Fixes #54.
|
||||||
|
Thomas Hochstein <thh@inter.net> Sat Jan 9 11:15:42 2016 +0100
|
||||||
|
|
||||||
|
|
||||||
checkmail 0.6.1 (2011-12-04)
|
Version 0.6.1 (2011-12-04)
|
||||||
|
|
||||||
* Fix annoying error message (and some small changes).
|
* Fix annoying error message
|
||||||
|
(and some small changes).
|
||||||
|
Thomas Hochstein <thh@inter.net> Sun Dec 04 16:41:52 2011 +0200
|
||||||
|
|
||||||
|
|
||||||
checkmail 0.6 (2011-10-24)
|
Version 0.6 (2011-10-24)
|
||||||
|
|
||||||
* Don't temp-fail on random address check.
|
* Don't temp-fail on random address check.
|
||||||
|
Thomas Hochstein <thh@inter.net> Mon Oct 24 22:27:01 2011 +0200
|
||||||
|
|
||||||
* Fix regexp for syntax check.
|
* Fix regexp for syntax check.
|
||||||
|
Thomas Hochstein <thh@inter.net> Sun Jul 24 12:28:26 2011 +0200
|
||||||
|
|
||||||
|
|
||||||
checkmail 0.5
|
Version 0.5
|
||||||
|
|
||||||
* Add syntax check for mail addresses.
|
* Add syntax check for mail addresses.
|
||||||
Change documentation accordingly.
|
Change documentation accordingly.
|
||||||
Fixes #11.
|
Fixes #11.
|
||||||
|
Thomas Hochstein <thh@inter.net> Sat Jul 23 23:53:22 2011 +0200
|
||||||
|
|
||||||
|
|
||||||
checkmail 0.4
|
Version 0.4
|
||||||
|
|
||||||
* Add overrides for configuration (MAIL FROM/EHLO).
|
* Add overrides for configuration (MAIL FROM/EHLO).
|
||||||
New commandline options: -s <sender> and -e <EHLO>.
|
New commandline options: -s <sender> and -e <EHLO>.
|
||||||
Change documentation accordingly.
|
Change documentation accordingly.
|
||||||
|
Thomas Hochstein <thh@inter.net> Thu Jun 17 22:56:14 2010 +0200
|
||||||
|
|
||||||
* Replace splitaddress() by Mail::Address.
|
* Replace splitaddress() by Mail::Address.
|
||||||
|
Thomas Hochstein <thh@inter.net> Wed Jun 16 22:08:22 2010 +0200
|
||||||
|
|
||||||
* -r: Create a really random localpart.
|
* -r: Create a really random localpart.
|
||||||
Add create_rand_addr().
|
Add create_rand_addr().
|
||||||
|
Thomas Hochstein <thh@inter.net> Wed Jun 16 21:51:50 2010 +0200
|
||||||
|
|
||||||
* Analyze failure codes, don't fail on temporary failures.
|
* Analyze failure codes, don't fail on temporary failures.
|
||||||
Add analyze_smtp_reply().
|
Add analyze_smtp_reply().
|
||||||
Fixes #8.
|
Fixes #8.
|
||||||
|
Thomas Hochstein <thh@inter.net> Wed Jun 16 21:37:43 2010 +0200
|
||||||
|
|
||||||
|
|
||||||
checkmail 0.3
|
Version 0.3
|
||||||
|
|
||||||
* Add Changelog.
|
* Add Changelog.
|
||||||
|
Thomas Hochstein <thh@inter.net> 2010-06-16 22:48:23 +0200
|
||||||
|
|
||||||
* Add documentation in POD format.
|
* Add documentation in POD format.
|
||||||
- Drop checkmail.readme
|
- Drop checkmail.readme
|
||||||
|
Thomas Hochstein <thh@inter.net> 2010-06-16 21:11:43 +0200
|
||||||
|
|
||||||
* Complete rewrite.
|
* Complete rewrite.
|
||||||
- use strict;
|
- use strict;
|
||||||
|
@ -72,8 +85,10 @@ checkmail 0.3
|
||||||
- batch processing: set exit status to highest generated value
|
- batch processing: set exit status to highest generated value
|
||||||
Fixes #9.
|
Fixes #9.
|
||||||
Fixes #10.
|
Fixes #10.
|
||||||
|
Thomas Hochstein <thh@inter.net> 2010-06-16 21:11:23 +0200
|
||||||
|
|
||||||
|
|
||||||
checkmail 0.2
|
Version 0.2
|
||||||
|
|
||||||
* Initial check-in.
|
* Initial check-in.
|
||||||
|
Thomas Hochstein <thh@inter.net> Wed Aug 3 22:00:00 2005 +0200
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#! /usr/bin/perl -w
|
#! /usr/bin/perl -w
|
||||||
#
|
#
|
||||||
# checkmail
|
# checkmail Version 0.6.3 by Thomas Hochstein
|
||||||
#
|
#
|
||||||
# This script tries to verify the deliverability of (a) mail address(es).
|
# This script tries to verify the deliverability of (a) mail address(es).
|
||||||
#
|
#
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
# It can be redistributed and/or modified under the same terms under
|
# It can be redistributed and/or modified under the same terms under
|
||||||
# which Perl itself is published.
|
# which Perl itself is published.
|
||||||
|
|
||||||
our $VERSION = "0.7 (unreleased)";
|
our $VERSION = "0.6.3 (unreleased)";
|
||||||
|
|
||||||
################################# Configuration ################################
|
################################# Configuration ################################
|
||||||
# Please fill in a working configuration!
|
# Please fill in a working configuration!
|
||||||
|
|
Loading…
Reference in a new issue