And its sad that you convinced non-FTN-techincal people like Paul and Deon that you are some sort of subject matter expert (when everyone who actually does this stuff knows you're a subject matter idiot).
Anyway, I dont use it - we know it cannot handle files with spaces in it from a binkd mailer.
is not), but that is moot - if your software doesnt work with it, I dont get why you wouldnt want to make it work with it, even if the binkd development team werent interested in "fixing" it the way you want it "fixed".
Anyway, I dont use it - we know it cannot handle files with spaces in BF> d> BF> d> BF> d> BF> d>
from a binkd mailer.
After all, there's a plethora of alternatives, many of them Open
Source (like the product discussed in this echo), so why insist on using something that you can see never will fix obvious bugs?
spaces in BF> d> BF> d> BF> d> BF> d>Anyway, I dont use it - we know it cannot handle files with
from a binkd mailer.
is not), but that is moot - if your software doesnt work with it, I
dont get why you wouldnt want to make it work with it, even if the
binkd development team werent interested in "fixing" it the way you
want it "fixed".
My software works fine with it, there is nothing I could possibly change.
It handles all formats of escaping and its configurable per node.
I covered this in every response to you, but you don't seem to care.
So instead I'll tell a story because I know he was reading this
thread:
To this day, Mystic might be the only software I've seen working
across the board (net/echo) with same-zone different-domain networks
in 5D.
It came at the cost of Marc and bickering and maybe ruining our own collaboration, but at least the software works. :(
Is there any other mailer than Argus and Irex that doesn't understand \x##?
few mailers that cannot cope with the standard \x##. I believe they all send the M_NUL VER command. Why not auto-detect the broken mailer and switch to the incorrect escape \## automatically?
Is there any other mailer than Argus and Irex that doesn't understand \x##?
* I believe the inclusion of \## in FTS-1026 was more harmful than it
did any good in the long term.
On 2022 Jan 19 13:48:08, you wrote to All:
Is there any other mailer than Argus and Irex that doesn't
understand \x##?
radius and taurus are from the argus family... or is it argus and taurus that are from the radius family? i always get the first two confused...
i'm not even sure which ones of that family are still being updated today...
i just thought i'd mention them since they may have the same
defect in them...
And if the above total mangling of the comments isn't enough to convince you, please stay shy of this inferior product.
..
/me waves from across the network :)
i have sbbsecho and binkd working here with FTN 5D BSO where each different network has its own outbound... even the 18 or so othernets
that share 8 zones, i think, between them... my outbound directory has
happened... it is in the past, though, and i/we have moved on :)
radius and taurus are from the argus family... or is it argus and
taurus that are from the radius family? i always get the first two
confused...
One big happy family ;).
CProductNameFull = 'Taurus (based on Radius (based on Argus))'
i'm not even sure which ones of that family are still being updated
today...
AFAIK development has stopped for all three some time ago.
Anyone still using Argus should upgrade to Radius or Taurus. (I
haven't used any of the programs, so I don't know if it's an easy
upgrade and would work for everyone).
additional noise and an opportunity for misconfiguration. We know the
few mailers that cannot cope with the standard \x##. I believe they all send the M_NUL VER command. Why not auto-detect the broken mailer and switch to the incorrect escape \## automatically?
2) Those that escape with \x## but still allow \## from the mailer
side
BinkD (I think MBSE does too)
Both MBSE and newer Mystic provides the option to support \## or \x## escaping per connection as noted. This seems to be what FTS
recommends as a way to handle this mess. It does seem to be a viable solution but your idea is great too!
Another confusing thing (and is partially responsible for how Mystic
got it wrong originally) is that when you look up BinkP on Wikipedia
it links to the old specifications released by the authors of Argus.
If I remember correctly it was really difficult to even find FTS documentation when I was first implementing FTN into Mystic so these
kind of links proved to be a pain point.
My testbed was Argus, IREX, and BinkD and \## was the only thing that worked with all of them as I recall, and it matches what Wikipedia
says so thats what Mystic used back then...
Unfortunately that is wrong as I later found Radius mailers that only supported \x## and I believe BinkIT falls into this category as well.
I think in hindsight it might have been better for FTS to leave it as
\## since legacy mailers used it and could not be updated, but it is
what it is!
BinkD (the original implementation of BinkP) has always used \x## as far as I know.
BinkD (the original implementation of BinkP) has always used \x##
as far as I know.
BinkD was changed to *accept* '\##' however, back in 2002: https://github.com/pgul/binkd/commit/b4e7b17b7f0621abc1b3017307dd1382e aa039d9
If you ever need clarification on anything related to the FTSC, please don't hesitate to netmail me.
I think in hindsight it might have been better for FTS to leave it
as \## since legacy mailers used it and could not be updated, but
it is what it is!
BinkD (the original implementation of BinkP) has always used \x## as far as I know.
BinkD (the original implementation of BinkP) has always used \x##
as far as I know.
BinkD was changed to *accept* '\##' however, back in 2002:
https://github.com/pgul/binkd/commit/b4e7b17b7f0621abc1b3017307dd1382e
aa039d9
That explains why when James tested against BinkD it had no issues with him using \##.
The most compatible way to do things is to accept both on incoming, while sending using \x##, unless configured otherwise on a per node basis, or when you detect you are connected to a known mailer that uses \## (Argus or IRex.)
I would have to test further to populate the list of mailers that
require setting the WrongEscape option (as it's labeled in the mbcico code.)
If you ever need clarification on anything related to the FTSC, please don't hesitate to netmail me.
And it's only a problem with filenames that contains a whitespace character.It's also a problem for filenames that contain any other "unsafe" characters that "SHOULD" (according to FTS-1026) be escaped.
And it's only a problem with filenames that contains a whitespaceIt's also a problem for filenames that contain any other "unsafe" characters that "SHOULD" (according to FTS-1026) be escaped.
character.
Rob wrote (2022-01-20):
And it's only a problem with filenames that contains a whitespaceIt's also a problem for filenames that contain any other "unsafe" characters that "SHOULD" (according to FTS-1026) be escaped.
character.
You mean like 0x00 to 0x1F (control chars) and backslash (0x53)? How often do you use these in filenames? ;)
And it's only a problem with filenames that contains a whitespace
character.
It's also a problem for filenames that contain any other "unsafe"
characters that "SHOULD" (according to FTS-1026) be escaped.
You mean like 0x00 to 0x1F (control chars) and backslash (0x53)? How
often do you use these in filenames? ;)
Preferably, never, but I'm not in control of what characters are used in filenames received BinkP, the sender is.
Ideally, the BinkP spec would have been even *more* restrictive in the filename characters allowed (escaped or not), because filenames with colons, semicolons, asterisks, question marks and vertical-bars (pipes) are *not* what I would call "safe", yet they're expressly allowed as "safe" in the spec. :-(
Sysop: | DaiTengu |
---|---|
Location: | Appleton, WI |
Users: | 765 |
Nodes: | 10 (1 / 9) |
Uptime: | 61:06:53 |
Calls: | 10,570 |
Files: | 185,893 |
Messages: | 1,674,955 |