Commit Graph
9 Commits
Author SHA1 Message Date
cathugger 2d3c304c81 srnd: more lax Message-ID check
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.
2018-11-27 06:27:05 +02:00
cathugger 91e758c834 fix ARTICLE not returning any error
Yes, I'm aware it sometimes may still return wrong code.
2018-11-25 20:01:33 +02:00
cathugger 81653a5415 small sync tweak 2018-01-26 14:46:59 +00:00
cathugger 6b039265d9 small insignificant fix 2018-01-24 16:21:51 +00:00
cathugger 9fba95b58d fix even more braindamage of mine 2018-01-24 15:57:13 +00:00
cathugger 8894cf6814 im retarded 2018-01-24 15:39:37 +00:00
cathugger d752312868 specify correct range in XOVER when mirroring 2018-01-24 15:26:51 +00:00
cathugger 337a61dd7f some NNTP improvements 2018-01-23 22:32:14 +00:00
cathugger 8cb044a5e3 some fixes 2018-01-22 17:15:25 +00:00