40e4ae1fc4
This adds custom email address formatter, which, unlike stdlib one, doesn't needlessly quote names. Quoted names can be a bit of issue with older nodes which parse addresses in simpler way, and end up not removing quote characters. This also ensures that newlines cannot be inserted in in From and Subject headers, which effectively allowed insertion of new headers in message being posted, and generating invalid messages. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Makefile | ||
README.md | ||
srnd.go |
SRNDv2
Some Random News Daemon version 2
Warning
This code was at one time the first go code I wrote, back in 2015 :+DDDD