https://gitlab.synchro.net/sbbs/sbbs/-/commit/d124e3fb4cec824063144384 Modified Files:
exec/nntpservice.js
Log Message:
2 new (mutually exclusive) command-line options: -force and -filter
These options are to attempt to address the issue (#178) reported by Michael J. Ryan
with regards to a Thunderbird error:
"Sending of the messages failed. You can only send to one news server at a time."
when attempting to reply to a message that was posted to multiple newsgroups, but the server has not actually advertised that it serves that newsgroups (because
it doesn't or the names a different than one the server uses for the same area).
-force will force the export "Newsgroups" header field to contain only the name
of the locally selectec newsgroup.
-filter will remove any Newsgroup names from the exported "Newsgroups" header if they don't exist on the local server.
---
ï¿ Synchronet ï¿ Vertrauen ï¿ Home of Synchronet ï¿ [vert/cvs/bbs].synchro.net
El 9/11/20 a las 02:52, Rob Swindell escribi¢:
https://gitlab.synchro.net/sbbs/sbbs/-/commit/d124e3fb4cec824063144384 Modified Files:
exec/nntpservice.js
Log Message:
2 new (mutually exclusive) command-line options: -force and -filter
These options are to attempt to address the issue (#178) reported by Michael J. Ryan
with regards to a Thunderbird error:
"Sending of the messages failed. You can only send to one news server at a time."
when attempting to reply to a message that was posted to multiple newsgroups, but the server has not actually advertised that it serves that newsgroups (because
it doesn't or the names a different than one the server uses for the same area).
-force will force the export "Newsgroups" header field to contain only the name
of the locally selectec newsgroup.
-filter will remove any Newsgroup names from the exported "Newsgroups" header if they don't exist on the local server.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
i cannot see the sender address on thunderbird
can this commit affect ?
screenshot:
https://postimg.cc/SnpRZK5z
> i cannot see the sender address on thunderbird
>
> can this commit affect ?
>
> screenshot:
>
> https://postimg.cc/SnpRZK5z
Anything's possible, but I don't see how. Also, testing locally here, NNTP seems to be working fine.
If you go back to and older revision, does it work then?
FYI:
i found that cardbook extension of thunderbird did not work with sbbs
nntp service. I submit to cardbook author and sems to fixed now
Anyway, this issue is only with sbbs service, i have another nntp
accounts without problems.
https://gitlab.com/CardBook/CardBook/-/issues/1039
Re: Re: exec/nntpservice.js
By: Ragnarok to Digital Man on Thu Nov 12 2020 05:43 pm
> FYI:
>
> i found that cardbook extension of thunderbird did not work with sbbs
> nntp service. I submit to cardbook author and sems to fixed now
>
> Anyway, this issue is only with sbbs service, i have another nntp
> accounts without problems.
>
>
> https://gitlab.com/CardBook/CardBook/-/issues/1039
Ah, good to know. Maybe that extension didn't like the QWKnet style addresses in the From headers.
El 12/11/20 a las 18:42, Digital Man escribió:
  Re: Re: exec/nntpservice.jsyeah i guess that parsing the from address was cause this issue
  By: Ragnarok to Digital Man on Thu Nov 12 2020 05:43 pm
 > FYI:
 >
 > i found that cardbook extension of thunderbird did not work with sbbs >>  > nntp service. I submit to cardbook author and sems to fixed now
 >
 > Anyway, this issue is only with sbbs service, i have another nntp
 > accounts without problems.
 >
 >
 > https://gitlab.com/CardBook/CardBook/-/issues/1039
Ah, good to know. Maybe that extension didn't like the QWKnet style
addresses in the From headers.
El 12/11/20 a las 18:42, Digital Man escribi¢:
Re: Re: exec/nntpservice.js
By: Ragnarok to Digital Man on Thu Nov 12 2020 05:43 pm
> FYI:
>
> i found that cardbook extension of thunderbird did not work with sbbs
> nntp service. I submit to cardbook author and sems to fixed now
>
> Anyway, this issue is only with sbbs service, i have another nntp
> accounts without problems.
>
>
> https://gitlab.com/CardBook/CardBook/-/issues/1039
Ah, good to know. Maybe that extension didn't like the QWKnet style addresses in the From headers.
yeah i guess that parsing the from address was cause this issue
maybe the "/" char break the standard use@domain (rf822) ? if true, can
be possible to replace with another character?
El 13/11/20 a las 11:41, Ragnarok escribi¢:
El 12/11/20 a las 18:42, Digital Man escribi¨¨:
Re: Re: exec/nntpservice.jsyeah i guess that parsing the from address was cause this issue
By: Ragnarok to Digital Man on Thu Nov 12 2020 05:43 pm
> FYI:
>
> i found that cardbook extension of thunderbird did not work with sbbs >> > nntp service. I submit to cardbook author and sems to fixed now
>
> Anyway, this issue is only with sbbs service, i have another nntp
> accounts without problems.
>
>
> https://gitlab.com/CardBook/CardBook/-/issues/1039
Ah, good to know. Maybe that extension didn't like the QWKnet style
addresses in the From headers.
maybe the "/" char break the standard use@domain (rf822) ? if true, can
be possible to replace with another character?
because i think that another nntp reader can fail too.
also i notice that the To: field show:
To: Digital Man <>
are better if show:
To: Digital Man <Digital Man@VERT> or <Digital.Man@VERT>
maybe the "/" char break the standard use@domain (rf822) ? if true, can
be possible to replace with another character?
because i think that another nntp reader can fail too.
also i notice that the To: field show:
To: Digital Man <>
are better if show:
To: Digital Man <Digital Man@VERT> or <Digital.Man@VERT>
On 11/13/2020 7:53 AM, Ragnarok wrote:
maybe the "/" char break the standard use@domain (rf822) ? if true, can
be possible to replace with another character?
because i think that another nntp reader can fail too.
also i notice that the To: field show:
To: Digital Man <>
are better if show:
To: Digital Man <Digital Man@VERT> or <Digital.Man@VERT>
Jumping in late, still think usign a qwk or ftn route with a tld of .qwk
and .ftn respectively... then the synchronet smtp can be extended to
support routed mail.
To: Digital Man <"Digital Man"@VERT.qwk>
Or...
To: Ragnarok <"Ragnarok"@DOCKSUD.VERT.qwk>
Note, the user portion can and should be quoted if there are special (whitespace) characters. Also, may be case sensitive, but usually implemented as case insensitive.
https://gitlab.synchro.net/main/sbbs/-/commit/2679c059656dded5420202fb Modified Files:
exec/nntpservice.js
Log Message:
Remove the auto-login feature
from Tracker1: agree -auto should probably be removed
https://gitlab.synchro.net/main/sbbs/-/commit/6616ff691e4a0994d7ae7cc1 Modified Files:
exec/nntpservice.js
Log Message:
Respond with the (RFC3977) 480 response when authentication is required
instead of the RFC977 502. Reportedly, this will trigger Thunderbird to prompt
for or send client credentials. This should fix issue #208.
Sysop: | MarisaG |
---|---|
Location: | South San Francisco, CA |
Users: | 5 |
Nodes: | 10 (0 / 10) |
Uptime: | 228:55:33 |
Calls: | 123 |
Files: | 36 |
Messages: | 30,541 |