A message-id MUST begin with "<", end with ">" should be wrapped
with square braces.
Hi Folks,
Here's my recent experience w/ jamnntpd.
Cloned from https://github.com/ftnapps/smapinntpd and built for Ubuntu 14.04.6.
Hi Folks,14.04.6.
Here's my recent experience w/ jamnntpd.
Cloned from https://github.com/ftnapps/smapinntpd and built for Ubuntu
Second issue was w/ posting an article - it will break the JAM database!
* Jamnntpd will not be able to read back posted message (the message counter remains the same).
* GoldED+/LNX 1.1.5 will show a new completely empty message w/o headers and body
* Husky HPT 1.9 will core dump while dealing w/ that JAM file (which is actually bad).
Here's my recent experience w/ jamnntpd.Ubuntu 64bit?
Cloned from https://github.com/ftnapps/smapinntpd and built for
Ubuntu 14.04.6.
Second issue was w/ posting an article - it will break the JAMThis is a known JAM API problem in 64bit systems. :(
database!
Second issue was w/ posting an article - it will
break the JAM database!
This is a known JAM API problem in 64bit systems. :(
Seems that JAMLIB by Bjorn Stenberg was not aware of
64bit back in 1999.
Was the smapinntpd project a fork from jamnntpd at
some point? Should we continue using smapinntpd then?
@PID: GED+LNX 1.1.5-b20180707
@TID: CrashMail II/Linux 1.7
Seems that JAMLIB by Bjorn Stenberg was not aware of
64bit back in 1999.
does crashmail 64bit also break the jam message base? (it uses jamlib too)
Guess it was a reasonable move to SMAPI lib so it has better support including both JAM and Squish.
Was the smapinntpd project a fork from jamnntpd at some point?
Should we continue using smapinntpd then?
Seems that JAMLIB by Bjorn Stenberg was not aware
of 64bit back in 1999.
does crashmail 64bit also break the jam message
base? (it uses jamlib too)
Do you run 64bit linux?
Should we continue using smapinntpd then?That might be a good idea. At least in 64bit linux.
Here's my list of TODO ;-)
* Socket reuse (just one line fix, otherwise you need
to wait a few mins after restart).
* Add utf8 support for posting.
* Maybe get rid of charset files completely, just
compile with libiconv or ICU.
* Having been integrated with Husky project,
specifically with SMAPI library, so why not using the
fidoconf to read out groups.
* Socket reuse (just one line fix, otherwise you needand i wondered why jamnntpd never restarts immediately ...
to wait a few mins after restart).
please, keep jamnntpd independent from the husky project, which is a
mess ...
Smapinntp coredumps randomly on my system (devuan ascii x64).
But the big issue also with 32 bit binaries on a 64 bit system is that
the answering in an echo conference doesnt put the right name in the
To: field.
With some version of jamnntpd the answer is always To:ALL with others
the field is left empty. :(
Reply (which is called a follow-up in NNTP/Usenet world) will put
the right 'To:' when I post from the latest Thunderbird, cannot
verify now, probably it passes the X-Comment-To as well. Do you
expect that jamnntpd/smapinntpd would go ahead and find out the
name from the original message to which the reply is being posted?
I don't expect nothing, I'm not a developer nor an nttp expert, I was
just reporting a behaviour that maybe can help someone expert like
you. Have a nice debug.
>> Should we continue using smapinntpd then?use
TK> That might be a good idea. At least in 64bit linux.
Looks like smapi version is the logical continuation of the project, though could have been done as a build option, link with JAMLIB or SMAPI. Hope can
this echo conference for SmapiNNTPd related stuff.
Here's my list of TODO ;-)after
* Socket reuse (just one line fix, otherwise you need to wait a few mins
restart).
* Having been integrated with Husky project, specifically with SMAPIlibrary,
so why not using the fidoconf to read out groups.
Do you expect that jamnntpd/smapinntpd would go ahead and find out the
name from the original message to which the reply is being posted?
I have looked into the implementation details of what goes into
Fidonet 'To' field when you follow-up on (reply to) a message in jamnntpd/smapinntpd.
When you view an article, the 'To' field from the JAM message will
show up as an optional 'X-Comment-To:' header.
When you post an article as a result of a follow-up, your client may provide an optional field 'References: ' with the message-id of the original message you replied to (and sometimes the whole chain).
I have tested with Thunderbird for Mac and NewsTapLite for iOS and
both passed the correct 'References: ' header. Jamnntpd/smapinntpd
will look up that message-id from the 'Reference: ' header in the JAM database and will extract the 'From' field of that message. That
'From' name will become a 'To' field of the newly posted message.
That 'From' name will also be used as initials when smart quoting
feature is enabled.
@@ -460,6 +460,17 @@ int main(int argc, char **argv)< 0)
exit(10);
}
+ int enable = 1;
+ if (setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, &enable, sizeof(int))
+ {%s",os_strerr(os_errno(),err,200));
+ uchar err[200];
+
+ os_showerror("Failed to reuse address/port:
+ os_free();
+ freeargs();
+ exit(10);
+ }
+
memset(&local, 0, sizeof(local) );
local.sin_family = AF_INET;
Sysop: | DaiTengu |
---|---|
Location: | Appleton, WI |
Users: | 991 |
Nodes: | 10 (1 / 9) |
Uptime: | 122:56:09 |
Calls: | 12,960 |
Calls today: | 2 |
Files: | 186,574 |
Messages: | 3,265,766 |