in reply to Re^2: Mail::CheckUser inconsistent results
in thread Mail::CheckUser inconsistent results
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Mail::CheckUser inconsistent results
by Anonymous Monk on Aug 27, 2015 at 02:11 UTC | |
by tel2 (Pilgrim) on Aug 28, 2015 at 01:51 UTC |