Skip to content

Thunderbird not requesting username/password for NNTP

Using -na or -auto, Thunderbird over NNTP doesn't request authentication...

Replacing the status response 502 on nntpservice.js line 303[1] with 450 appears to address the issue.

May want to also do similar under "POST" for guest user.

[1] https://gitlab.synchro.net/main/sbbs/-/blob/master/exec/nntpservice.js#L303