print_dns_result() will show the number of records
found _and_ put a heading for this type of record
into the logfile.
So we can't get both right (short of changing
print_dns_result(), what I don't like to do
just now): either the count will be too high,
as we can't subtract wrong records from it, or
the "heading" will follow after the list of
records in the log. So we'll have to live with
the former, until print_dns_result() can be
fixed.
Signed-off-by: Thomas Hochstein <thh@inter.net>
checkmail prints an error message like
Argument "AI_NUMERICHOST" isn't numeric in subroutine
entry at /usr/lib/perl5/Net/DNS/Resolver/Base.pm
line 743.
every time. Change shebang to "perl -w" from "perl -W".
Update version number (in comment line too, where it
was stillt 0.5).
Update TODO and Changelog.
Include TODO in repository.
Release 0.6.1 (maintenance).
Signed-off-by: Thomas Hochstein <thh@inter.net>
* Add check against regexp from
http://www.regular-expressions.info/email.html
* Change documentation accordingly.
* Bump version number to 0.5
Fixes#11.
Signed-off-by: Thomas Hochstein <thh@inter.net>