Your output looks doubled. Did you run it twice - once with Alpha($_) uncommented and once with Omega($_) uncommented, or what?

Yes I did , its why the output is slightly different format each time

Just tried it on a different host and the results are 100% negative (i.e. correct). Any ideas?

Just the same ones :) Try adding this and see what you get

use Mail::CheckUser qw/ check_email last_check /; BEGIN{ $Mail::CheckUser::Skip_SMTP_Checks = 1; $Mail::CheckUser::Treat_Timeout_As_Fail = 1; $Mail::CheckUser::Debug = 1; }

or maybe look inside :) look at what its doing ... so i do that and I try I get

use Net::DNS::Resolver ; use Data::Dump; my $f = Net::DNS::Resolver->new; dd( $f->query( q{abczz123ffz.com}, 'MX') ); dd($f); dd($f->query(q{b.com}, 'MX') ); dd($f); __END__ undef bless({ adflag => 0, answerfrom => "192.168.1.254", cdflag => 0, debug => 0, defnames => 1, dnsrch => 1, dnssec => 0, domain => "attlocal.net", errorstring => "NXDOMAIN", force_v4 => 0, force_v6 => 0, ignqrid => 0, igntc => 0, nameserver4 => ["192.168.1.254"], nameserver6 => [], persistent_tcp => 0, persistent_udp => 0, port => 53, prefer_v6 => 0, recurse => 1, retrans => 5, retry => 4, searchlist => ["attlocal.net"], srcaddr => "0.0.0.0", srcport => 0, stayopen => 0, tcp_timeout => 120, tsig_rr => undef, udp_timeout => undef, udppacketsize => 0, usevc => 0, }, "Net::DNS::Resolver") undef bless({ adflag => 0, answerfrom => "192.168.1.254", cdflag => 0, debug => 0, defnames => 1, dnsrch => 1, dnssec => 0, domain => "attlocal.net", errorstring => "NXDOMAIN", force_v4 => 0, force_v6 => 0, ignqrid => 0, igntc => 0, nameserver4 => ["192.168.1.254"], nameserver6 => [], persistent_tcp => 0, persistent_udp => 0, port => 53, prefer_v6 => 0, recurse => 1, retrans => 5, retry => 4, searchlist => ["attlocal.net"], srcaddr => "0.0.0.0", srcport => 0, stayopen => 0, tcp_timeout => 120, tsig_rr => undef, udp_timeout => undef, udppacketsize => 0, usevc => 0, }, "Net::DNS::Resolver")

So this mean my local DNS server is telling me those adresses don't really exist

Maybe your DNS server is lying to you , it happens, DNS hijacking


In reply to Re^4: Mail::CheckUser inconsistent results by Anonymous Monk
in thread Mail::CheckUser inconsistent results by tel2

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.