likexian / whois-parser

Whois parser for domain whois information parsing in Go(Golang).
Apache License 2.0
284 stars 86 forks source link

.dk incorrectly parsing of ATTENTION #77

Closed eyJhb closed 6 months ago

eyJhb commented 8 months ago

PR #76 fixed parsing of DK domains, however, it introduced a bug where the attention field is put into email, however that is not always the case that attention is an email at all, and could just be a name of a attention person.

I'm not sure where to place attention instead, and I'll open another PR once a good suggestion has been made.

likexian commented 6 months ago

Hello @eyJhb I have remove the code about putting attention into email.


If you think this repository is helpful, please share it with friends, thanks.

eyJhb commented 6 months ago

Appreciated, thank you! :)