majestrate / nntpchan

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

srnd: more lax Message-ID check #160

Closed cathugger closed 6 years ago

cathugger commented 6 years ago

This axes out literally insane overly restrictive regex-based Message-ID check and replaces it with clean and simple conditions specified in RFC 3977. Old check wasn't compliant with any email or netnews internet standard I know of, and was causing propagation issues. Even old RFC 822 (email) and RFC 850 (usenet) specifications don't have so restrictive specifications.