Demayl / raku-Email-Valid

Email::Valid - Check validity of email addresses
Artistic License 2.0
5 stars 6 forks source link

Warning always printed #11

Closed andinus closed 11 months ago

andinus commented 11 months ago

https://github.com/Demayl/raku-Email-Valid/blob/b47d679695014d2e5e2aab64e5a46281717136ed/lib/Email/Valid.rakumod#L111

This warning is always printed, even if the lookup was successful. Looks like it wasn't intended to be used like so:

Screenshot 2023-12-06 at 8 18 12 PM

andinus commented 11 months ago

Related:

Demayl commented 11 months ago

Thanks for the detailed info! Indeed this wasn't intended. I hoped that the author of Net::DNS will add a timeout in the meantime and this was supposed to be a "temporary" hack :D