majestrate / nntpchan

nntp based decentralized imageboard
MIT License
57 stars 3 forks source link

srnd: properly parse email addresses #163

Closed cathugger closed 5 years ago

cathugger commented 5 years ago

this replaces faulty address parsing code with calls to stdlib' email parser and some reasonable fallbacks. note that nntpArticle.Email() function was completely incorrect, but it's not used anywhere in code, apparently.