Your output looks doubled. Did you run it twice - once with Alpha($_) uncommented and once with Omega($_) uncommented, or what?
Strangely, today when I run my one liners on my webhost I seem to be getting 100% positive (i.e. wrong) results, regardless of the domain, as long as the address syntax is correct. For example:
$ echo "a@abczz123ffz.com" | perl -MMail::CheckUser=check_email,last_check -ne 'BEGIN{$Mail::CheckUser::Skip_SMTP_Checks = 1};chomp;for $i (0..9){print "$_ -> ";if (check_email($_)){print "OK\n"}else{print last_check()->{reason}."\n"}}'
a@abczz123ffz.com -> OK
a@abczz123ffz.com -> OK
a@abczz123ffz.com -> OK
a@abczz123ffz.com -> OK
a@abczz123ffz.com -> OK
a@abczz123ffz.com -> OK
a@abczz123ffz.com -> OK
a@abczz123ffz.com -> OK
a@abczz123ffz.com -> OK
a@abczz123ffz.com -> OK
Just tried it on a different host and the results are 100% negative (i.e. correct). Any ideas? If I take this up with the webhost, what should I say?
Thanks.
In reply to Re^3: Mail::CheckUser inconsistent results
by tel2
in thread Mail::CheckUser inconsistent results
by tel2
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |