Fix display of CNAME/A records in log file.
authorThomas Hochstein <thh@inter.net>
Sat, 9 Jan 2016 11:34:21 +0000 (12:34 +0100)
committerThomas Hochstein <thh@inter.net>
Sat, 9 Jan 2016 11:41:43 +0000 (12:41 +0100)
commit136e4166ede3af2f3babf62a9e71f7c42d48f2ef
treeba9b593162fdd0f4b55d2f7f368985633401e29e
parentd531f437f0a640227e7072f35436bb5d3cbcfc8b
Fix display of CNAME/A records in log file.

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>
ChangeLog
checkmail.pl
This page took 0.011325 seconds and 4 git commands to generate.